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