-
-
Notifications
You must be signed in to change notification settings - Fork 35.3k
Documentation for Http2ServerRequest properties #23825
Copy link
Copy link
Closed
Labels
docIssues and PRs related to the documentations.Issues and PRs related to the documentations.help wantedIssues that need assistance from volunteers or PRs that need help to proceed.Issues that need assistance from volunteers or PRs that need help to proceed.http2Issues or PRs related to the http2 subsystem.Issues or PRs related to the http2 subsystem.
Metadata
Metadata
Assignees
Labels
docIssues and PRs related to the documentations.Issues and PRs related to the documentations.help wantedIssues that need assistance from volunteers or PRs that need help to proceed.Issues that need assistance from volunteers or PRs that need help to proceed.http2Issues or PRs related to the http2 subsystem.Issues or PRs related to the http2 subsystem.
Is your feature request related to a problem? Please describe.
The
http2.Http2ServerRequesthas some useful properties that are undocumented. But IMHO, they should be part of the public API.Describe the solution you'd like
The following properties could become part of the
http2module documentation:method,authority,scheme,url(See
lib/internal/http2/compat.js)Describe alternatives you've considered
The alternative is to use the headers object:
PR?
If these properties should be documented and therefore part of the public API, I am happy to create the corresponding documentation in a PR.