uIP 1.0 based webserver for LPC1114 + ENC28J60

Dependencies:   mbed TMP102

apps/webserver/http-strings.h

Committer:
ban4jp
Date:
2014-06-21
Revision:
2:4da9ed411bdc
Parent:
0:685224d2f66d

File content as of revision 2:4da9ed411bdc:

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_referer[9];
extern const char http_crnl[3];

extern const char http_index_html[];
extern const char http_404_html[];

extern const char http_header_200[];
extern const char http_header_404[];

extern const char http_content_type_plain[];
extern const char http_content_type_html[];
extern const char http_content_type_css[];
extern const char http_content_type_text[];
extern const char http_content_type_png[];
extern const char http_content_type_gif[];
extern const char http_content_type_jpg[];
extern const char http_content_type_binary[];
extern const char http_content_type_json[];
extern const char http_content_type_xml[];

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[6];
extern const char http_txt[5];
extern const char http_json[6];
extern const char http_xml[5];