blob: ec5b1fe83b3ae922cec534c6654e985aee1abaad [file] [log] [blame]
adamdunkels2c488822003-09-04 19:32:13 +00001extern const char http_http[8];
2extern const char http_200[5];
3extern const char http_301[5];
4extern const char http_302[5];
5extern const char http_get[5];
6extern const char http_10[9];
7extern const char http_11[9];
8extern const char http_content_type[15];
9extern const char http_texthtml[10];
10extern const char http_location[11];
11extern const char http_host[7];
12extern const char http_crnl[3];
adamdunkelsbe960b72004-02-16 20:46:27 +000013extern const char http_index_html[12];
14extern const char http_404_html[10];
adamdunkelsf29d8882005-02-27 09:33:50 +000015extern const char http_referer[9];
oliverschmidt22040832005-05-16 21:59:16 +000016extern const char http_header_200[92];
17extern const char http_header_404[99];
adamdunkelsf29d8882005-02-27 09:33:50 +000018extern const char http_content_type_plain[29];
adamdunkelsbe960b72004-02-16 20:46:27 +000019extern const char http_content_type_html[28];
20extern const char http_content_type_css [27];
21extern const char http_content_type_text[28];
22extern const char http_content_type_png [28];
23extern const char http_content_type_gif [28];
24extern const char http_content_type_jpg [29];
25extern const char http_content_type_binary[43];
26extern const char http_html[6];
adamdunkelsf29d8882005-02-27 09:33:50 +000027extern const char http_shtml[7];
adamdunkelsbe960b72004-02-16 20:46:27 +000028extern const char http_htm[5];
29extern const char http_css[5];
30extern const char http_png[5];
31extern const char http_gif[5];
32extern const char http_jpg[5];
adamdunkelsf29d8882005-02-27 09:33:50 +000033extern const char http_text[5];
adamdunkelsbe960b72004-02-16 20:46:27 +000034extern const char http_txt[5];