Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add missing 'changes' to h2 request() docs for raw arrays
  • Loading branch information
pimterry committed Aug 14, 2025
commit 16133f2ef1b3aea55f1e09d5ae1296267b1e3bbb
5 changes: 5 additions & 0 deletions doc/api/http2.md
Original file line number Diff line number Diff line change
Expand Up @@ -1082,6 +1082,11 @@
pr-url: https://github.com/nodejs/node/pull/58313
description: Following the deprecation of priority signaling as of RFC 9113,
`weight` option is deprecated.
- version:
- v24.0.0
- v22.17.0
pr-url: https://github.com/nodejs/node/pull/57917

Check warning on line 1088 in doc/api/http2.md

View workflow job for this annotation

GitHub Actions / lint-pr-url

pr-url doesn't match the URL of the current PR.
description: Allow passing headers in raw array format.
-->

* `headers` {HTTP/2 Headers Object|Array}
Expand Down
Loading