Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ The code typically makes calls to either a [database](/d1/) or another API to ev

<LinkCard
title="Learn more"
description="External authorization with Clouflare's external evaluation functionality"
description="External authorization with Cloudflare's external evaluation functionality"
href="/cloudflare-one/policies/access/external-evaluation/"
/>

Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/workers/runtime-apis/nodejs/http.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ export default {
};
```

The following options passed to the `request` (and `get`) method are not supported due to the differences required by Coudflare Workers implementation of `node:http` as a wrapper around the global `fetch` API:
The following options passed to the `request` (and `get`) method are not supported due to the differences required by Cloudflare Workers implementation of `node:http` as a wrapper around the global `fetch` API:

- `maxHeaderSize`
- `insecureHTTPParser`
Expand Down