Skip to content

Commit

Permalink
doc: use example.com for examples
Browse files Browse the repository at this point in the history
PR-URL: #41827
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Beth Griggs <bgriggs@redhat.com>
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Mestery <mestery@protonmail.com>
  • Loading branch information
atesgoral authored and danielleadams committed Mar 14, 2022
1 parent 6612056 commit 1be701c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/api/http.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ HTTP message headers are represented by an object like this:
{ 'content-length': '123',
'content-type': 'text/plain',
'connection': 'keep-alive',
'host': 'mysite.com',
'host': 'example.com',
'accept': '*/*' }
```

Expand All @@ -47,7 +47,7 @@ list like the following:
'content-LENGTH', '123',
'content-type', 'text/plain',
'CONNECTION', 'keep-alive',
'Host', 'mysite.com',
'Host', 'example.com',
'accepT', '*/*' ]
```

Expand Down

0 comments on commit 1be701c

Please sign in to comment.