xref: /nrf52832-nimble/rt-thread/components/net/uip/apps/webserver/http-strings (revision 104654410c56c573564690304ae786df310c91fc)
1*10465441SEvalZerohttp_http "http://"
2*10465441SEvalZerohttp_200 "200 "
3*10465441SEvalZerohttp_301 "301 "
4*10465441SEvalZerohttp_302 "302 "
5*10465441SEvalZerohttp_get "GET "
6*10465441SEvalZerohttp_10 "HTTP/1.0"
7*10465441SEvalZerohttp_11 "HTTP/1.1"
8*10465441SEvalZerohttp_content_type "content-type: "
9*10465441SEvalZerohttp_texthtml "text/html"
10*10465441SEvalZerohttp_location "location: "
11*10465441SEvalZerohttp_host "host: "
12*10465441SEvalZerohttp_crnl "\r\n"
13*10465441SEvalZerohttp_index_html "/index.html"
14*10465441SEvalZerohttp_404_html "/404.html"
15*10465441SEvalZerohttp_referer "Referer:"
16*10465441SEvalZerohttp_header_200 "HTTP/1.0 200 OK\r\nServer: uIP/1.0 http://www.sics.se/~adam/uip/\r\nConnection: close\r\n"
17*10465441SEvalZerohttp_header_404 "HTTP/1.0 404 Not found\r\nServer: uIP/1.0 http://www.sics.se/~adam/uip/\r\nConnection: close\r\n"
18*10465441SEvalZerohttp_content_type_plain "Content-type: text/plain\r\n\r\n"
19*10465441SEvalZerohttp_content_type_html "Content-type: text/html\r\n\r\n"
20*10465441SEvalZerohttp_content_type_css  "Content-type: text/css\r\n\r\n"
21*10465441SEvalZerohttp_content_type_text "Content-type: text/text\r\n\r\n"
22*10465441SEvalZerohttp_content_type_png  "Content-type: image/png\r\n\r\n"
23*10465441SEvalZerohttp_content_type_gif  "Content-type: image/gif\r\n\r\n"
24*10465441SEvalZerohttp_content_type_jpg  "Content-type: image/jpeg\r\n\r\n"
25*10465441SEvalZerohttp_content_type_binary "Content-type: application/octet-stream\r\n\r\n"
26*10465441SEvalZerohttp_html ".html"
27*10465441SEvalZerohttp_shtml ".shtml"
28*10465441SEvalZerohttp_htm ".htm"
29*10465441SEvalZerohttp_css ".css"
30*10465441SEvalZerohttp_png ".png"
31*10465441SEvalZerohttp_gif ".gif"
32*10465441SEvalZerohttp_jpg ".jpg"
33*10465441SEvalZerohttp_text ".txt"
34*10465441SEvalZerohttp_txt ".txt"
35*10465441SEvalZero
36