HTTP request + response.


R. Clayton (rclayton@monmouth.edu)
(no date)


If I search google for the string "point in triangle" (double quotes included),
my browswer sends the request

  GET /search?hl=en&lr=&ie=ISO-8859-1&q=%22point+in+triangle%22&btnG=Google+Search HTTP/1.0
  User-Agent: Mozilla/3.01Gold (Macintosh; I; 68K)
  Host: www.google.com
  Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, image/png, */*
  Accept-Encoding: gzip
  Accept-Language: en
  Accept-Charset: iso-8859-1,*,utf-8

to www.google.com and receives the response

  HTTP/1.0 200 OK
  Date: Fri, 25 Apr 2003 02:36:50 GMT
  Cache-control: private
  Content-Type: text/html
  Content-Encoding: gzip
  Server: GWS/2.0

  [data deleted]



This archive was generated by hypermail 2.0b3 on Tue May 06 2003 - 14:00:05 EDT