gistfile1.txt
Raw
$ bat -print=h http://darch.dk/twtxt.txt
HTTP/1.1 200 OK
Content-Type : text/plain; charset=utf-8
Vary : Accept-Encoding
Date : Fri, 24 Nov 2023 22:07:49 GMT
Content-Encoding : gzip
Content-Length : 6802
Connection : Keep-Alive
Keep-Alive : timeout=5, max=100
Accept-Ranges : bytes
Last-Modified : Tue, 21 Nov 2023 17:56:51 GMT
Server : LiteSpeed
1 | $ bat -print=h http://darch.dk/twtxt.txt |
2 | HTTP/1.1 200 OK |
3 | Content-Type : text/plain; charset=utf-8 |
4 | Vary : Accept-Encoding |
5 | Date : Fri, 24 Nov 2023 22:07:49 GMT |
6 | Content-Encoding : gzip |
7 | Content-Length : 6802 |
8 | Connection : Keep-Alive |
9 | Keep-Alive : timeout=5, max=100 |
10 | Accept-Ranges : bytes |
11 | Last-Modified : Tue, 21 Nov 2023 17:56:51 GMT |
12 | Server : LiteSpeed |
13 |