Skip to content

Commit d726a34

Browse files
atesgoralruyadorno
authored andcommitted
doc: use example.com for examples
PR-URL: #41827 Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Beth Griggs <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Mestery <[email protected]>
1 parent 34dfc60 commit d726a34

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/api/http.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ HTTP message headers are represented by an object like this:
2222
{ 'content-length': '123',
2323
'content-type': 'text/plain',
2424
'connection': 'keep-alive',
25-
'host': 'mysite.com',
25+
'host': 'example.com',
2626
'accept': '*/*' }
2727
```
2828

@@ -47,7 +47,7 @@ list like the following:
4747
'content-LENGTH', '123',
4848
'content-type', 'text/plain',
4949
'CONNECTION', 'keep-alive',
50-
'Host', 'mysite.com',
50+
'Host', 'example.com',
5151
'accepT', '*/*' ]
5252
```
5353

0 commit comments

Comments
 (0)