xref: /openbsd-src/gnu/usr.bin/perl/cpan/HTTP-Tiny/corpus/mirror-02.txt (revision b8851fcc53cbe24fd20b090f26dd149e353f6174)
1url
2  http://example.com/not-modified.txt
3----------
4GET /not-modified.txt HTTP/1.1
5Host: example.com
6Connection: close
7If-Modified-Since: Tue, 01 Feb 1994 00:00:00 GMT
8User-Agent: HTTP-Tiny/VERSION
9
10----------
11HTTP/1.1 304 Not Modified
12Date: Thu, 03 Feb 1994 00:00:00 GMT
13Last-Modified: Tue, 01 Feb 1994 00:00:00 GMT
14
15