2007-03-30 00:18:07 +02:00
|
|
|
http_http "http://"
|
2015-06-08 14:29:34 +02:00
|
|
|
http_https "https://"
|
2007-03-30 00:18:07 +02:00
|
|
|
http_200 "200 "
|
|
|
|
http_301 "301 "
|
|
|
|
http_302 "302 "
|
|
|
|
http_get "GET "
|
|
|
|
http_10 "HTTP/1.0"
|
|
|
|
http_11 "HTTP/1.1"
|
|
|
|
http_content_type "content-type: "
|
|
|
|
http_location "location: "
|
2013-02-19 00:25:36 +01:00
|
|
|
http_host "Host: "
|
2007-03-30 00:18:07 +02:00
|
|
|
http_crnl "\r\n"
|
2010-09-28 22:40:52 +02:00
|
|
|
http_index_htm "/index.htm"
|
2007-03-30 00:18:07 +02:00
|
|
|
http_index_html "/index.html"
|
|
|
|
http_404_html "/404.html"
|
|
|
|
http_referer "Referer:"
|
2013-12-12 17:33:18 +01:00
|
|
|
http_header_200 "HTTP/1.0 200 OK\r\nServer: Contiki/3.x http://www.contiki-os.org/\r\nConnection: close\r\n"
|
|
|
|
http_header_404 "HTTP/1.0 404 Not found\r\nServer: Contiki/3.x http://www.contiki-os.org/\r\nConnection: close\r\n"
|
2007-03-30 00:18:07 +02:00
|
|
|
http_content_type_plain "Content-type: text/plain\r\n\r\n"
|
|
|
|
http_content_type_html "Content-type: text/html\r\n\r\n"
|
|
|
|
http_content_type_css "Content-type: text/css\r\n\r\n"
|
|
|
|
http_content_type_text "Content-type: text/text\r\n\r\n"
|
|
|
|
http_content_type_png "Content-type: image/png\r\n\r\n"
|
|
|
|
http_content_type_gif "Content-type: image/gif\r\n\r\n"
|
|
|
|
http_content_type_jpg "Content-type: image/jpeg\r\n\r\n"
|
|
|
|
http_content_type_binary "Content-type: application/octet-stream\r\n\r\n"
|
|
|
|
http_html ".html"
|
|
|
|
http_shtml ".shtml"
|
|
|
|
http_htm ".htm"
|
|
|
|
http_css ".css"
|
|
|
|
http_png ".png"
|
|
|
|
http_gif ".gif"
|
|
|
|
http_jpg ".jpg"
|
|
|
|
http_text ".text"
|
|
|
|
http_txt ".txt"
|
2015-06-08 14:29:34 +02:00
|
|
|
http_redirect "<body>Redirect to "
|