Contiki 3.x
http-strings.h
1 extern const char http_http[8];
2 extern const char http_https[9];
3 extern const char http_200[5];
4 extern const char http_301[5];
5 extern const char http_302[5];
6 extern const char http_get[5];
7 extern const char http_10[9];
8 extern const char http_11[9];
9 extern const char http_content_type[15];
10 extern const char http_location[11];
11 extern const char http_host[7];
12 extern const char http_crnl[3];
13 extern const char http_html[6];
14 extern const char http_redirect[19];