]> git.sur5r.net Git - freertos/blob - Demo/ARM9_STR91X_IAR/webserver/http-strings
Start to re-arrange files to include FreeRTOS+ in main download.
[freertos] / Demo / ARM9_STR91X_IAR / webserver / http-strings
1 http_http "http://"\r
2 http_200 "200 "\r
3 http_301 "301 "\r
4 http_302 "302 "\r
5 http_get "GET "\r
6 http_10 "HTTP/1.0"\r
7 http_11 "HTTP/1.1"\r
8 http_content_type "content-type: "\r
9 http_texthtml "text/html"\r
10 http_location "location: "\r
11 http_host "host: "\r
12 http_crnl "\r\n"\r
13 http_index_html "/index.html"\r
14 http_404_html "/404.html"\r
15 http_referer "Referer:"\r
16 http_header_200 "HTTP/1.0 200 OK\r\nServer: uIP/1.0 http://www.sics.se/~adam/uip/\r\nConnection: close\r\n"\r
17 http_header_404 "HTTP/1.0 404 Not found\r\nServer: uIP/1.0 http://www.sics.se/~adam/uip/\r\nConnection: close\r\n"\r
18 http_content_type_plain "Content-type: text/plain\r\n\r\n"\r
19 http_content_type_html "Content-type: text/html\r\n\r\n"\r
20 http_content_type_css  "Content-type: text/css\r\n\r\n"\r
21 http_content_type_text "Content-type: text/text\r\n\r\n"\r
22 http_content_type_png  "Content-type: image/png\r\n\r\n"\r
23 http_content_type_gif  "Content-type: image/gif\r\n\r\n"\r
24 http_content_type_jpg  "Content-type: image/jpeg\r\n\r\n"\r
25 http_content_type_binary "Content-type: application/octet-stream\r\n\r\n"\r
26 http_html ".html"\r
27 http_shtml ".shtml"\r
28 http_htm ".htm"\r
29 http_css ".css"\r
30 http_png ".png"\r
31 http_gif ".gif"\r
32 http_jpg ".jpg"\r
33 http_text ".txt"\r
34 http_txt ".txt"\r
35 \r