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 @@ -45,7 +45,7 @@ If you need to use other APIs from Node.js, you should use [`@opennextjs/cloudfl

### Routers

Cloudlflare recommends using the [App router](https://nextjs.org/docs/app) from Next.js.
Cloudflare recommends using the [App router](https://nextjs.org/docs/app) from Next.js.

Cloudflare also supports the older [Pages](https://nextjs.org/docs/pages) router from Next.js.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ A 201 response indicates the successful creation of one or more new resources. T

Creating a new resource in response to a POST request. For example, creating a new user, article, or record.

### Cloudlare-specific information
### Cloudflare-specific information

Cloudflare forwards 201 responses without modification.

Expand All @@ -46,7 +46,7 @@ A 203 response indicates that the request was successful, but the response did n

Servers use this response to tell a client that the resource was cached by a proxy server.

### Cloudlare-specific information
### Cloudflare-specific information

Cloudflare does not cache 203 responses. For details about how Cloudflare handles 203 responses, refer to [Cloudflare HTTP headers](/fundamentals/reference/http-headers/).

Expand Down
Loading