8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
node:
1 parent 3d65a3b commit b7e9dd0Copy full SHA for b7e9dd0
src/node_http_common.h
@@ -196,7 +196,7 @@ enum http_status_codes {
196
// Unlike the HTTP/1 implementation, the HTTP/2 implementation is not limited
197
// to a fixed number of known supported HTTP methods. These constants, therefore
198
// are provided strictly as a convenience to users and are ex 5563 posed via the
199
-// require('http2').constants object.
+// require('node:http2').constants object.
200
#define HTTP_KNOWN_METHODS(V) \
201
V(ACL, "ACL") \
202
V(BASELINE_CONTROL, "BASELINE-CONTROL") \
0 commit comments