We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
node:
1 parent 0cb1bca commit f41ea76Copy full SHA for f41ea76
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 exposed 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