We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa4db8a commit 45b4ac6Copy full SHA for 45b4ac6
doc/api/http.md
@@ -22,7 +22,7 @@ HTTP message headers are represented by an object like this:
22
{ 'content-length': '123',
23
'content-type': 'text/plain',
24
'connection': 'keep-alive',
25
- 'host': 'mysite.com',
+ 'host': 'example.com',
26
'accept': '*/*' }
27
```
28
@@ -47,7 +47,7 @@ list like the following:
47
'content-LENGTH', '123',
48
'content-type', 'text/plain',
49
'CONNECTION', 'keep-alive',
50
- 'Host', 'mysite.com',
+ 'Host', 'example.com',
51
'accepT', '*/*' ]
52
53
0 commit comments