Skip to content

Commit

Permalink
expect - minor layout changes
Browse files Browse the repository at this point in the history
  • Loading branch information
hamishwillee authored Oct 24, 2024
1 parent 3f1225b commit 4abd5f0
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions files/en-us/web/http/headers/expect/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,13 @@ Expect: 100-continue
There is only one defined expectation:

- `100-continue`
- : Informs recipients that the client is about to send a (presumably large) message
body in this request and wishes to receive a {{HTTPStatus("100", "100 Continue")}} interim response.
- : Informs recipients that the client is about to send a (presumably large) message body in this request and wishes to receive a {{HTTPStatus("100", "100 Continue")}} interim response.

## Examples

### Large message body

A client sends a request with `Expect` header and waits for the server to respond
before sending the message body.
A client sends a request with `Expect` header and waits for the server to respond before sending the message body.

```http
PUT /somewhere/fun HTTP/1.1
Expand Down

0 comments on commit 4abd5f0

Please sign in to comment.