temperaturecontrol: allow setting background tool without activating
[clinton/Smoothieware.git] / src / libs / Network / uip / webserver / http-strings
1 http_get "GET "
2 http_post "POST "
3 http_options "OPTIONS "
4 http_10 "HTTP/1.0"
5 http_11 "HTTP/1.1"
6 http_content_length "Content-Length: "
7 http_cache_control "Cache-Control: "
8 http_no_cache "no-cache"
9 http_index_html "/index.html"
10 http_404_html "/404.html"
11 http_header_preflight "HTTP/1.0 200 OK\r\nAccess-Control-Allow-Methods: POST\r\nAccess-Control-Allow-Headers: X-Filename, Content-Type\r\nAccess-Control-Max-Age: 86400\r\n"
12 http_header_200 "HTTP/1.0 200 OK\r\n"
13 http_header_304 "HTTP/1.0 304 Not Modified\r\nExpires: Thu, 31 Dec 2037 23:55:55 GMT\r\nCache-Control: max-age=315360000\r\nX-Cache: HIT\r\n"
14 http_header_404 "HTTP/1.0 404 Not found\r\n"
15 http_header_503 "HTTP/1.0 503 Failed\r\n"
16 http_header_all "Server: uIP/1.0\r\nConnection: close\r\nAccess-Control-Allow-Origin: *\r\n"
17 http_content_type_plain "Content-Type: text/plain\r\n\r\n"
18 http_content_type_html "Content-Type: text/html\r\n\r\n"
19 http_content_type_css "Content-Type: text/css\r\n\r\n"
20 http_content_type_text "Content-Type: text/text\r\n\r\n"
21 http_content_type_png "Content-Type: image/png\r\n\r\n"
22 http_content_type_gif "Content-Type: image/gif\r\n\r\n"
23 http_content_type_jpg "Content-Type: image/jpeg\r\n\r\n"
24 http_html ".html"
25 http_css ".css"
26 http_png ".png"
27 http_gif ".gif"
28 http_jpg ".jpg"
29 http_txt ".txt"