| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 34dfc60 commit d726a34
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -22,7 +22,7 @@ HTTP message headers are represented by an object like this: | |||
| 22 | 22 | { 'content-length': '123', | |
| 23 | 23 | 'content-type': 'text/plain', | |
| 24 | 24 | 'connection': 'keep-alive', | |
| 25 | - 'host': 'mysite.com', | ||
| 25 | + 'host': 'example.com', | ||
| 26 | 26 | 'accept': '*/*' } | |
| 27 | 27 | ``` | |
| 28 | 28 | ||
@@ -47,7 +47,7 @@ list like the following: | |||
| 47 | 47 | 'content-LENGTH', '123', | |
| 48 | 48 | 'content-type', 'text/plain', | |
| 49 | 49 | 'CONNECTION', 'keep-alive', | |
| 50 | - 'Host', 'mysite.com', | ||
| 50 | + 'Host', 'example.com', | ||
| 51 | 51 | 'accepT', '*/*' ] | |
| 52 | 52 | ``` | |
| 53 | 53 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments