8 http_content_type "content-type: "
9 http_texthtml "text/html"
10 http_location "location: "
13 http_index_html "/index.html"
14 http_404_html "/404.html"
15 http_referer "Referer:"
16 http_header_200 "HTTP/1.0 200 OK\r\nServer: Contiki/2.4 http://www.sics.se/contiki/\r\nConnection: close\r\n"
17 http_header_404 "HTTP/1.0 404 Not found\r\nServer: Contiki/2.4 http://www.sics.se/contiki/\r\nConnection: close\r\n"
18 http_content_type_plain "Content-type: text/plain\r\n\r\n"
19 http_content_type_html "Content-type: text/html\r\n\r\n"
20 http_content_type_css "Content-type: text/css\r\n\r\n"
21 http_content_type_text "Content-type: text/text\r\n\r\n"
22 http_content_type_png "Content-type: image/png\r\n\r\n"
23 http_content_type_gif "Content-type: image/gif\r\n\r\n"
24 http_content_type_jpg "Content-type: image/jpeg\r\n\r\n"
25 http_content_type_binary "Content-type: application/octet-stream\r\n\r\n"