summaryrefslogtreecommitdiff
path: root/doc/api/https.md
Commit message (Expand)AuthorAgeFilesLines
* doc: use consistent unordered list styleNick Schonning2019-09-161-7/+7
* doc: space around listsNick Schonning2019-09-091-0/+9
* doc: add blanks around code fencesNick Schonning2019-08-311-0/+1
* doc: remove multiple consecutive blank linesNick Schonning2019-08-311-1/+0
* doc: add https.Server extends tls.ServerTrivikram Kamat2019-08-231-2/+3
* doc, lib, src, test, tools: fix assorted typosXhmikosR2019-08-121-1/+1
* 2019-06-27, Version 12.5.0 (Current)Ruben Bridgewater2019-06-271-1/+1
* https: do not automatically use invalid servernameSam Roberts2019-06-171-2/+10
* http: `servername === false` should disable SNIFedor Indutny2019-04-301-0/+5
* doc: add missing https Agent maxCachedSessionsNicolas Moteau2019-03-071-0/+19
* doc: sort bottom-of-file markdown linksSam Roberts2018-11-281-1/+1
* doc: fix nits in http(s) server.headersTimeoutVse Mozhet Byt2018-11-281-7/+9
* http,https: protect against slow headers attackMatteo Collina2018-11-281-0/+7
* doc: add types and their corresponding return valuesOuyang Yadong2018-11-021-0/+3
* doc: improve metadata for http.requestTobias Nießen2018-09-191-2/+4
* doc: remove redundant 'Example:' and similar notesVse Mozhet Byt2018-08-291-8/+0
* 2018-08-15, Version 10.9.0 (Current)Rod Vagg2018-08-161-2/+2
* tools: produce JSON documentation using unified/remark/rehypeSam Ruby2018-07-251-2/+2
* doc: declare all parameter typesSam Ruby2018-07-151-9/+9
* http: allow url and options to be passed to http*.request and http*.getSam Ruby2018-07-131-2/+12
* https: defines maxHeadersCount in the constructorDaiki Arai2018-05-051-0/+8
* doc: add missing periods or colonsVse Mozhet Byt2018-05-021-1/+1
* http,https,tls: switch to WHATWG URL parserHackzzila2018-04-291-3/+3
* doc: remove redundant empty linesVse Mozhet Byt2018-04-291-3/+3
* doc: add quotes for event names + fix similar nitsVse Mozhet Byt2018-04-111-1/+1
* doc: add missing quotes in default string valuesVse Mozhet Byt2018-04-091-1/+1
* doc: fix various nitsVse Mozhet Byt2018-04-041-1/+1
* doc,tools: formalize, unify, codify default valuesVse Mozhet Byt2018-04-041-6/+6
* doc: add new documentation lint ruleestrada91662018-02-231-5/+6
* crypto: add docs & tests for cert.pubkey & cert.fingerprint256Hannes Magnusson2018-02-221-0/+92
* https: add extra options to Agent#getName()Jeff Principe2018-02-101-5/+6
* doc: fix link in https.mdVse Mozhet Byt2018-02-081-1/+1
* http: add options to http.createServer()Peter Marton2018-02-061-1/+3
* url: expose the WHATWG URL API globallyMichaël Zasso2018-01-311-2/+0
* 2017-12-12 Version 9.3.0 (Current)Myles Borins2017-12-121-1/+1
* doc: fix link for https api changeMyles Borins2017-12-121-1/+1
* doc: add `clientCertEngine` to docsRich Trott2017-11-111-3/+6
* doc: fix doc stylesDaijiro Wachi2017-10-241-1/+0
* doc: fix inconsistent server.listen documentationMartin Michaelis2017-10-191-24/+15
* doc: add links to alternative versions of docChris Young2017-08-281-0/+2
* https: make opts optional & immutable when createXadillaX2017-06-141-1/+1
* doc: Add URL argument with http/https requestVladimir Trifonov2017-06-061-6/+29
* 2017-05-30, Version 8.0.0 (Current)James M Snell2017-05-301-1/+1
* http: destroy sockets after keepAliveTimeoutTimur Shemsedinov2017-05-261-0/+9
* doc: remove unused/duplicated reference linksDaijiro Wachi2017-05-211-3/+0
* doc: sort bottom-of-file markdown linksSam Roberts2017-05-081-5/+5
* doc: modernize and fix code examples in https.mdVse Mozhet Byt2017-04-051-9/+10
* doc: fix https.timeout docsAhmad Nassri2017-03-271-2/+2
* doc: argument types for https methodsAmelia Clarke2017-03-081-63/+37
* doc: changed order of invocations in https.request() example.atrioom2016-11-241-1/+1