]> git.sur5r.net Git - freertos/blob - FreeRTOS/Demo/CORTEX_LM3Sxxxx_Rowley/webserver/http-strings.h
Add FreeRTOS-Plus directory.
[freertos] / FreeRTOS / Demo / CORTEX_LM3Sxxxx_Rowley / webserver / http-strings.h
1 extern const char http_http[8];\r
2 extern const char http_200[5];\r
3 extern const char http_301[5];\r
4 extern const char http_302[5];\r
5 extern const char http_get[5];\r
6 extern const char http_10[9];\r
7 extern const char http_11[9];\r
8 extern const char http_content_type[15];\r
9 extern const char http_texthtml[10];\r
10 extern const char http_location[11];\r
11 extern const char http_host[7];\r
12 extern const char http_crnl[3];\r
13 extern const char http_index_html[12];\r
14 extern const char http_404_html[10];\r
15 extern const char http_referer[9];\r
16 extern const char http_header_200[84];\r
17 extern const char http_header_404[91];\r
18 extern const char http_content_type_plain[29];\r
19 extern const char http_content_type_html[28];\r
20 extern const char http_content_type_css [27];\r
21 extern const char http_content_type_text[28];\r
22 extern const char http_content_type_png [28];\r
23 extern const char http_content_type_gif [28];\r
24 extern const char http_content_type_jpg [29];\r
25 extern const char http_content_type_binary[43];\r
26 extern const char http_html[6];\r
27 extern const char http_shtml[7];\r
28 extern const char http_htm[5];\r
29 extern const char http_css[5];\r
30 extern const char http_png[5];\r
31 extern const char http_gif[5];\r
32 extern const char http_jpg[5];\r
33 extern const char http_text[5];\r
34 extern const char http_txt[5];\r