OLD | NEW |
(Empty) | |
| 1 Accept-Language: fr,fr-fr;q=0.8,en-us;q=0.5,en;q=0.3 |
| 2 Accept-Encoding: gzip, deflate |
| 3 Server: GitHub.com |
| 4 Date: Mon, 22 Dec 2014 18:25:30 GMT |
| 5 Content-Type: text/html; charset=utf-8 |
| 6 |
| 7 ---------------------------------------------------- |
| 8 |
| 9 [ |
| 10 ["header-name", "Accept-Language:"], |
| 11 " fr,fr-fr;q=0.8,en-us;q=0.5,en;q=0.3\r\n", |
| 12 ["header-name", "Accept-Encoding:"], |
| 13 " gzip, deflate\r\n", |
| 14 ["header-name", "Server:"], |
| 15 " GitHub.com\r\n", |
| 16 ["header-name", "Date:"], |
| 17 " Mon, 22 Dec 2014 18:25:30 GMT\r\n", |
| 18 ["header-name", "Content-Type:"], |
| 19 " text/html; charset=utf-8" |
| 20 ] |
| 21 |
| 22 ---------------------------------------------------- |
| 23 |
| 24 Checks for header names. |
OLD | NEW |