xref: /nrf52832-nimble/rt-thread/components/net/uip/apps/webserver/http-strings (revision 042d53a763ad75cb1465103098bb88c245d95138)
1http_http "http://"
2http_200 "200 "
3http_301 "301 "
4http_302 "302 "
5http_get "GET "
6http_10 "HTTP/1.0"
7http_11 "HTTP/1.1"
8http_content_type "content-type: "
9http_texthtml "text/html"
10http_location "location: "
11http_host "host: "
12http_crnl "\r\n"
13http_index_html "/index.html"
14http_404_html "/404.html"
15http_referer "Referer:"
16http_header_200 "HTTP/1.0 200 OK\r\nServer: uIP/1.0 http://www.sics.se/~adam/uip/\r\nConnection: close\r\n"
17http_header_404 "HTTP/1.0 404 Not found\r\nServer: uIP/1.0 http://www.sics.se/~adam/uip/\r\nConnection: close\r\n"
18http_content_type_plain "Content-type: text/plain\r\n\r\n"
19http_content_type_html "Content-type: text/html\r\n\r\n"
20http_content_type_css  "Content-type: text/css\r\n\r\n"
21http_content_type_text "Content-type: text/text\r\n\r\n"
22http_content_type_png  "Content-type: image/png\r\n\r\n"
23http_content_type_gif  "Content-type: image/gif\r\n\r\n"
24http_content_type_jpg  "Content-type: image/jpeg\r\n\r\n"
25http_content_type_binary "Content-type: application/octet-stream\r\n\r\n"
26http_html ".html"
27http_shtml ".shtml"
28http_htm ".htm"
29http_css ".css"
30http_png ".png"
31http_gif ".gif"
32http_jpg ".jpg"
33http_text ".txt"
34http_txt ".txt"
35
36