Merge Network code with webserver etc
[clinton/Smoothieware.git] / src / libs / Network / uip / webserver / http-strings
CommitLineData
d4ee6ee2
JM
1http_http "http://"
2http_200 "200 "
3http_301 "301 "
4http_302 "302 "
5http_get "GET "
6http_post "POST "
7http_10 "HTTP/1.0"
8http_11 "HTTP/1.1"
9http_content_type "content-type: "
10http_content_length "Content-Length: "
11http_cache_control "Cache-Control: "
12http_no_cache "no-cache"
13http_texthtml "text/html"
14http_location "location: "
15http_host "host: "
16http_crnl "\r\n"
17http_index_html "/index.html"
18http_404_html "/404.html"
19http_referer "Referer:"
20http_header_200 "HTTP/1.0 200 OK\r\nServer: uIP/1.0\r\nConnection: close\r\n"
21http_header_304 "HTTP/1.0 304 Not Modified\r\nServer: uIP/1.0\r\nConnection: close\r\nExpires: Thu, 31 Dec 2037 23:55:55 GMT\r\nCache-Control: max-age=315360000\r\nX-Cache: HIT\r\n"
22http_header_404 "HTTP/1.0 404 Not found\r\nServer: uIP/1.0\r\nConnection: close\r\n"
23http_header_503 "HTTP/1.0 503 Failed\r\nServer: uIP/1.0\r\nConnection: close\r\n"
24http_content_type_plain "Content-type: text/plain\r\n\r\n"
25http_content_type_html "Content-type: text/html\r\n\r\n"
26http_content_type_css "Content-type: text/css\r\n\r\n"
27http_content_type_text "Content-type: text/text\r\n\r\n"
28http_content_type_png "Content-type: image/png\r\n\r\n"
29http_content_type_gif "Content-type: image/gif\r\n\r\n"
30http_content_type_jpg "Content-type: image/jpeg\r\n\r\n"
31http_content_type_binary "Content-type: application/octet-stream\r\n\r\n"
32http_html ".html"
33http_shtml ".shtml"
34http_htm ".htm"
35http_css ".css"
36http_png ".png"
37http_gif ".gif"
38http_jpg ".jpg"
39http_text ".txt"
40http_txt ".txt"
41