Skip to content

Commit be5db3c

Browse files
Update src/content/docs/workers/runtime-apis/nodejs/http.mdx
Co-authored-by: Dario Piotrowicz <[email protected]>
1 parent 990cc94 commit be5db3c

File tree

1 file changed

+1
-1
lines changed
  • src/content/docs/workers/runtime-apis/nodejs

1 file changed

+1
-1
lines changed

src/content/docs/workers/runtime-apis/nodejs/http.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ const req2 = request(new URL('http://docs.cloudflare.com'),{
8787
req2.end();
8888
```
8989

90-
The following options passed to the `request` method are not supported due to the differences in the Cloudflare Workers and the implementation of the node:http module:
90+
The following options passed to the `request` method are not supported due to the differences in the Cloudflare Workers and the implementation of the `node:http` module:
9191
- `maxHeaderSize`
9292
- `insecureHTTPParser`
9393
- `createConnection`

0 commit comments

Comments
 (0)