------------------------------------------------------------------------
]$ telnet localhost 8080
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
GET /zope/shogi/Games/Meijin/M63_1 HTTP/1.0

HTTP/1.0 200 OK
Server: Zope/(Zope 2.10.4-final, python 2.4.4, linux2) ZServer/1.1
Date: Sun, 09 Sep 2007 02:50:21 GMT
Content-Length: 807
X-Zope-Product: ZShogi-0.5.1.0
Last-Modified: Sat, 08 Sep 2007 23:59:21 GMT
Connection: close
Content-Type: application/xml; charset=utf-8

<?xml version="1.0" encoding="utf-8" ?>
<ZShogi version="0.5">
        <uri>http://0.0.0.0:8080/zope/shogi/Games/Meijin/M63_1</uri>
...
</ZShogi>
Connection closed by foreign host.
------------------------------------------------------------------------
$ telnet localhost 8080
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
GET /zope/shogi/Games/Meijin/M63_1 HTTP/1.0
If-Modified-Since: Sat, 08 Sep 2007 23:59:21 GMT

HTTP/1.0 304 Not Modified
Server: Zope/(Zope 2.10.4-final, python 2.4.4, linux2) ZServer/1.1
Date: Sun, 09 Sep 2007 02:51:40 GMT
Connection: close

Connection closed by foreign host.
------------------------------------------------------------------------
$ telnet localhost 8080
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
HEAD /zope/shogi/Games/Meijin/M63_1 HTTP/1.0

HTTP/1.0 200 OK
Server: Zope/(Zope 2.10.4-final, python 2.4.4, linux2) ZServer/1.1
Date: Sun, 09 Sep 2007 02:54:51 GMT
Content-Length: 0
Accept-Ranges: none
Last-Modified: Sat, 08 Sep 2007 23:59:21 GMT
Connection: close
Content-Type: application/octet-stream

Connection closed by foreign host.
------------------------------------------------------------------------
telnet localhost 8080
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
HEAD /zope/shogi/Games/Meijin/M63_1 HTTP/1.0
If-Modified-Since: Sat, 08 Sep 2007 23:59:21 GMT

HTTP/1.0 200 OK
Server: Zope/(Zope 2.10.4-final, python 2.4.4, linux2) ZServer/1.1
Date: Sun, 09 Sep 2007 02:55:56 GMT
Content-Length: 0
Accept-Ranges: none
Last-Modified: Sat, 08 Sep 2007 23:59:21 GMT
Connection: close
Content-Type: application/octet-stream

Connection closed by foreign host.
------------------------------------------------------------------------
