Skip to content

Commit

Permalink
Moves information about RFCs
Browse files Browse the repository at this point in the history
  • Loading branch information
angelampcosta committed Jan 8, 2025
1 parent e1083ff commit 97ad750
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ The requirements the server must follow when sending 1xx Informational status co

Cloudflare forwards all 1xx responses from origin servers but does not generate them directly.

## 100 Continue ([RFC7231](https://tools.ietf.org/html/rfc7231))
## 100 Continue

The 100 Continue status indicates that the server has received the request headers and is ready for the client to send the request body.
The 100 Continue status indicates that the server has received the request headers and is ready for the client to send the request body. For more information, refer to [RFC7231](https://tools.ietf.org/html/rfc7231).

### Common use cases

Expand All @@ -28,9 +28,9 @@ When a client includes the `Expect: 100-continue` header, it is requesting a con

Cloudflare uses Keep-Alive connections to maintain persistent communication between clients and servers, making the `100 Continue` response typically unnecessary, as Keep-Alive reduces overhead and eliminates the need for intermediate confirmations.

## 101 Switching Protocols ([RFC7231](https://tools.ietf.org/html/rfc7231))
## 101 Switching Protocols

The 101 Switching Protocols status code indicates that the origin server accepts the client's request to switch protocols.
The 101 Switching Protocols status code indicates that the origin server accepts the client's request to switch protocols. For more information, refer to [RFC7231](https://tools.ietf.org/html/rfc7231).

### Common use cases

Expand All @@ -40,9 +40,9 @@ The 101 Switching Protocols status code indicates that the server has accepted t

Cloudflare supports WebSocket connections, which often involve the 101 Switching Protocols status code. The protocol switch allows clients to establish a WebSocket connection for real-time, bidirectional communication. For information about Cloudflare's Websockets, refer to [Cloudflare Now Supports Websockets](https://blog.cloudflare.com/cloudflare-now-supports-websockets/).

## 102 Processing ([RFC2518](https://tools.ietf.org/html/rfc2518))
## 102 Processing

102 Processing status code indicates that the server has received the request and is currently processing it, but the final response is not yet ready. This status code is only applicable to HTTP/1.1 and higher.
102 Processing status code indicates that the server has received the request and is currently processing it, but the final response is not yet ready. This status code is only applicable to HTTP/1.1 and higher. For more information refer, to [RFC2518](https://tools.ietf.org/html/rfc2518).

### Common use cases

Expand Down

0 comments on commit 97ad750

Please sign in to comment.