0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-29 15:06:33 +01:00
nodejs/doc/api
Gerhard Stoebich d4966a15cb http2: pass incoming set-cookie header as array
Incoming set-cookie headers should be passed to user as array like in
http module.

Besides improving compatibility between http and http2 it avoids the
need to check if the type is an array or not in user code.

PR-URL: https://github.com/nodejs/node/pull/21360
Reviewed-By: Tiancheng "Timothy" Gu <timothygu99@gmail.com>
Reviewed-By: Anatoli Papirovski <apapirovski@mac.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
2018-07-05 14:56:54 +02:00
..
_toc.md worker: rename to worker_threads 2018-06-06 19:44:15 +02:00
addons.md src: add context-aware init macro and doc 2018-07-03 18:34:50 -04:00
all.md worker: rename to worker_threads 2018-06-06 19:44:15 +02:00
assert.md doc: remove spaces around slashes 2018-06-06 21:23:00 -07:00
async_hooks.md src: refactor timers to remove TimerWrap 2018-06-24 21:35:05 -07:00
buffer.md
child_process.md doc: separate unrelated info about child_process.exec() 2018-06-27 20:39:22 +03:00
cli.md doc: updated docs to include --experimental-worker flag 2018-06-26 19:15:11 +02:00
cluster.md child_process: change windowsHide default to true 2018-06-20 11:02:01 -04:00
console.md console: implement timeLog method 2018-07-04 22:14:09 +02:00
crypto.md doc: add DataView to appropriate crypto methods 2018-06-28 21:33:42 +03:00
debugger.md inspector: use js_app.html as the landing page for chrome devtools 2018-06-28 09:24:02 -03:00
deprecations.md doc: fix some links 2018-07-02 18:08:17 +03:00
dgram.md doc: remove spaces around slashes 2018-06-06 21:23:00 -07:00
dns.md 2018-07-04, Version 10.6.0 (Current) 2018-07-04 20:06:26 +02:00
documentation.md fs: undeprecate lchown() 2018-06-27 11:37:17 -04:00
domain.md
errors.md doc: fix some links 2018-07-02 18:08:17 +03:00
esm.md esm: provide named exports for builtin libs 2018-05-11 12:06:18 -05:00
events.md doc: simplify deprecation language 2018-06-06 21:06:13 -07:00
fs.md 2018-07-04, Version 10.6.0 (Current) 2018-07-04 20:06:26 +02:00
globals.md
http2.md http2: pass incoming set-cookie header as array 2018-07-05 14:56:54 +02:00
http.md doc: fix HTTP req/res 'close' description 2018-06-24 09:47:27 -07:00
https.md https: defines maxHeadersCount in the constructor 2018-05-05 13:57:07 +02:00
index.md
inspector.md
intl.md doc: remove spaces around slashes 2018-06-06 21:23:00 -07:00
modules.md doc: add global node_modules to require.resolve() 2018-05-12 01:18:10 +03:00
n-api.md 2018-07-04, Version 10.6.0 (Current) 2018-07-04 20:06:26 +02:00
net.md doc: remove spaces around slashes 2018-06-06 21:23:00 -07:00
os.md
path.md doc: fix some links 2018-07-02 18:08:17 +03:00
perf_hooks.md perf_hooks: remove less useful bootstrap marks 2018-06-15 09:05:19 -07:00
process.md doc: fix function name in process.md 2018-06-27 20:49:45 +03:00
punycode.md
querystring.md
readline.md
repl.md
stream.md doc: unify spelling of backpressure 2018-07-04 10:17:45 +02:00
string_decoder.md
synopsis.md
timers.md timers: add hasRef method to Timeout & Immediate 2018-06-01 10:29:51 +02:00
tls.md doc: clarify ciphers option format 2018-07-03 16:30:17 -04:00
tracing.md vm,trace_events: add node.vm.script trace events category 2018-05-16 14:34:41 -07:00
tty.md
url.md
util.md 2018-07-04, Version 10.6.0 (Current) 2018-07-04 20:06:26 +02:00
v8.md
vm.md 2018-07-04, Version 10.6.0 (Current) 2018-07-04 20:06:26 +02:00
worker_threads.md doc: fix some links 2018-07-02 18:08:17 +03:00
zlib.md doc: improve note on zlib APIs threadpool usage 2018-05-30 08:55:06 +02:00