blob: d77c32fb41aa8fa208b5e6242f23e1258a3f3835 [file] [log] [blame]
adamdunkelsca9ddcb2003-03-19 14:13:31 +00001http_http "http://"
2http_200 "200 "
3http_301 "301 "
4http_302 "302 "
5http_get "GET "
6http_10 "HTTP/1.0"
7http_11 "HTTP/1.1"
adamdunkelse6a3f182003-08-22 19:22:58 +00008http_content_type "content-type: "
adamdunkelsca9ddcb2003-03-19 14:13:31 +00009http_texthtml "text/html"
adamdunkelse6a3f182003-08-22 19:22:58 +000010http_location "location: "
11http_host "host: "
adamdunkelsca9ddcb2003-03-19 14:13:31 +000012http_crnl "\r\n"
adamdunkelsbe960b72004-02-16 20:46:27 +000013http_index_html "/index.html"
14http_404_html "/404.html"
adamdunkelsf29d8882005-02-27 09:33:50 +000015http_referer "Referer:"
oliverschmidt22040832005-05-16 21:59:16 +000016http_header_200 "HTTP/1.0 200 OK\r\nServer: Contiki/1.2 http://www.sics.se/~adam/contiki/\r\nConnection: close\r\n"
17http_header_404 "HTTP/1.0 404 Not found\r\nServer: Contiki/1.2 http://www.sics.se/~adam/contiki/\r\nConnection: close\r\n"
adamdunkelsf29d8882005-02-27 09:33:50 +000018http_content_type_plain "Content-type: text/plain\r\n\r\n"
adamdunkelsbe960b72004-02-16 20:46:27 +000019http_content_type_html "Content-type: text/html\r\n\r\n"
20http_content_type_css "Content-type: text/css\r\n\r\n"
21http_content_type_text "Content-type: text/text\r\n\r\n"
22http_content_type_png "Content-type: image/png\r\n\r\n"
23http_content_type_gif "Content-type: image/gif\r\n\r\n"
24http_content_type_jpg "Content-type: image/jpeg\r\n\r\n"
25http_content_type_binary "Content-type: application/octet-stream\r\n\r\n"
26http_html ".html"
adamdunkelsf29d8882005-02-27 09:33:50 +000027http_shtml ".shtml"
adamdunkelsbe960b72004-02-16 20:46:27 +000028http_htm ".htm"
29http_css ".css"
30http_png ".png"
31http_gif ".gif"
32http_jpg ".jpg"
adamdunkelsf29d8882005-02-27 09:33:50 +000033http_text ".txt"
adamdunkelsbe960b72004-02-16 20:46:27 +000034http_txt ".txt"
35