1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-21 23:04:45 -05:00
denoland-deno/tests/node_compat/test
mash-graz 16dbbfa64a
fix(node:http) Export validateHeaderName and validateHeaderValue functions (#22616)
Modify `_http_outgoing.ts` to support the extended signature of
`validateHeaderName()` used since node v19.5.0/v18.14.0 by adding the
`label` parameter. (see:
https://nodejs.org/api/http.html#httpvalidateheadernamename-label)

Making both validation functions accessible as public exports of
`node:http`

Fixes: #22614
2024-03-10 22:46:05 +00:00
..
common chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
fixtures chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
internet chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
parallel fix(node:http) Export validateHeaderName and validateHeaderValue functions (#22616) 2024-03-10 22:46:05 +00:00
pseudo-tty chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
pummel chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
sequential chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00