source: uKadecot/trunk/uip/apps/webserver/http-strings.h@ 101

Last change on this file since 101 was 101, checked in by coas-nagasima, 9 years ago

TOPPERS/uKadecotのソースコードを追加

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
  • Property svn:mime-type set to text/plain
File size: 1.8 KB
Line 
1extern 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];
13extern const char http_index_html[12];
14extern const char http_404_html[10];
15extern const char http_websocket[10];
16extern const char http_referer[10];
17extern const char http_upgrade[10];
18extern const char http_connection[13];
19extern const char http_sec_websocket_accept[23];
20extern const char http_sec_websocket_protocol[25];
21extern const char http_header_101[35];
22extern const char http_header_200[77];
23extern const char http_header_404[84];
24extern const char http_content_encoding_gzip[25];
25extern const char http_websocket_guid[37];
26extern const char http_content_type_plain[29];
27extern const char http_content_type_html[28];
28extern const char http_content_type_css[27];
29extern const char http_content_type_js[34];
30extern const char http_content_type_json[35];
31extern const char http_content_type_text[28];
32extern const char http_content_type_png[28];
33extern const char http_content_type_gif[28];
34extern const char http_content_type_jpg[29];
35extern const char http_content_type_svg[32];
36extern const char http_content_type_binary[43];
37extern const char http_html[6];
38extern const char http_shtml[7];
39extern const char http_htm[5];
40extern const char http_css[5];
41extern const char http_js [4];
42extern const char http_json[6];
43extern const char http_png[5];
44extern const char http_gif[5];
45extern const char http_jpg[5];
46extern const char http_svg[5];
47extern const char http_text[5];
48extern const char http_txt[5];
Note: See TracBrowser for help on using the repository browser.