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