summaryrefslogtreecommitdiff
path: root/third_party/FreeRTOS/Demo/Common/ethernet/FreeTCPIP/apps/httpd/http-strings.h
blob: 19ad23d6e27580d34118df6a389dea43936535f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
extern const char	http_http[8];
extern const char	http_200[5];
extern const char	http_301[5];
extern const char	http_302[5];
extern const char	http_get[5];
extern const char	http_10[9];
extern const char	http_11[9];
extern const char	http_content_type[15];
extern const char	http_texthtml[10];
extern const char	http_location[11];
extern const char	http_host[7];
extern const char	http_crnl[3];
extern const char	http_index_html[12];
extern const char	http_404_html[10];
extern const char	http_referer[9];
extern const char	http_header_200[84];
extern const char	http_header_404[91];
extern const char	http_content_type_plain[29];
extern const char	http_content_type_html[28];
extern const char	http_content_type_css[27];
extern const char	http_content_type_text[28];
extern const char	http_content_type_png[28];
extern const char	http_content_type_gif[28];
extern const char	http_content_type_jpg[29];
extern const char	http_content_type_binary[43];
extern const char	http_html[6];
extern const char	http_shtml[7];
extern const char	http_htm[5];
extern const char	http_css[5];
extern const char	http_png[5];
extern const char	http_gif[5];
extern const char	http_jpg[5];
extern const char	http_text[5];
extern const char	http_txt[5];