1http_http "http://" 2http_200 "200 " 3http_301 "301 " 4http_302 "302 " 5http_get "GET " 6http_10 "HTTP/1.0" 7http_11 "HTTP/1.1" 8http_content_type "content-type: " 9http_texthtml "text/html" 10http_location "location: " 11http_host "host: " 12http_crnl "\r\n" 13http_index_html "/index.html" 14http_404_html "/404.html" 15http_content_type_html "Content-type: text/html\r\n\r\n" 16http_content_type_css "Content-type: text/css\r\n\r\n" 17http_content_type_text "Content-type: text/text\r\n\r\n" 18http_content_type_png "Content-type: image/png\r\n\r\n" 19http_content_type_gif "Content-type: image/gif\r\n\r\n" 20http_content_type_jpg "Content-type: image/jpeg\r\n\r\n" 21http_content_type_binary "Content-type: application/octet-stream\r\n\r\n" 22http_html ".html" 23http_shtml ".shtml" 24http_htm ".htm" 25http_css ".css" 26http_png ".png" 27http_gif ".gif" 28http_jpg ".jpg" 29http_text ".text" 30http_txt ".txt" 31http_user_agent_fields "Connection: close\r\nUser-Agent: uIP/1.0 (; http://www.sics.se/~adam/uip/)\r\n\r\n" 32