ごとけんです
In message "[ruby-list:14880] Re: HTTP Client with Ruby"
on 99/06/07, Shugo Maeda <shugo / netlab.co.jp> writes:
>前田です。
>え、HTTP/1.0リクエストでも蹴られるのでしょうか。
>HTTP/1.1リクエストにHostがなかった場合の話かと思っていました。
さすがにそれはないようです。
% telnet www.oracle.co.jp 80
Trying 202.211.136.41...
Connected to jpsun231.oracle.co.jp.
Escape character is '^]'.
HEAD /news/index.html HTTP/1.0
HTTP/1.0 200 OK
Date: Mon, 07 Jun 1999 08:27:58 GMT
Allow: GET, HEAD
Server: Oracle_Web_listener3.0.2.0.0/2.14FC1
Last-Modified: Thu, 27 Aug 1998 04:21:37 GMT
Accept-Ranges: bytes
Content-Length: 467
Content-Type: text/html
Connection closed by foreign host.
-- gotoken