source: EcnlProtoTool/trunk/prototool/webserver/http-strings.h@ 270

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

mruby版ECNLプロトタイピング・ツールを追加

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
  • Property svn:mime-type set to text/x-chdr
File size: 2.5 KB
RevLine 
[270]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_content_length[17];
10extern const char http_texthtml[10];
11extern const char http_location[11];
12extern const char http_host[7];
13extern const char http_crnl[3];
14extern const char http_www[5];
15extern const char http_upload[9];
16extern const char http_index_html[12];
17extern const char http_403_html[10];
18extern const char http_404_html[10];
19extern const char http_websocket[10];
20extern const char http_referer[10];
21extern const char http_upgrade[10];
22extern const char http_connection[13];
23extern const char http_connection_close[20];
24extern const char http_connection_keep_alive[25];
25extern const char http_sec_websocket_accept[23];
26extern const char http_sec_websocket_protocol[25];
27extern const char http_header_101[35];
28extern const char http_header_200[62];
29extern const char http_header_301[96];
30extern const char http_header_403[88];
31extern const char http_header_404[88];
32extern const char http_content_200[79];
33extern const char http_content_403[129];
34extern const char http_content_404[134];
35extern const char http_content_encoding_gzip[25];
36extern const char http_websocket_guid[37];
37extern const char http_content_type_plain[27];
38extern const char http_content_type_html[26];
39extern const char http_content_type_css[25];
40extern const char http_content_type_js[32];
41extern const char http_content_type_json[33];
42extern const char http_content_type_text[26];
43extern const char http_content_type_png[26];
44extern const char http_content_type_gif[26];
45extern const char http_content_type_jpg[27];
46extern const char http_content_type_svg[30];
47extern const char http_content_type_eot[46];
48extern const char http_content_type_ttf[25];
49extern const char http_content_type_woff[40];
50extern const char http_content_type_woff2[27];
51extern const char http_content_type_ico[29];
52extern const char http_content_type_binary[41];
53extern const char http_html[6];
54extern const char http_shtml[7];
55extern const char http_htm[5];
56extern const char http_css[5];
57extern const char http_js [4];
58extern const char http_json[6];
59extern const char http_png[5];
60extern const char http_gif[5];
61extern const char http_jpg[5];
62extern const char http_svg[5];
63extern const char http_text[5];
64extern const char http_eot[5];
65extern const char http_ttf[5];
66extern const char http_woff[6];
67extern const char http_woff2[7];
68extern const char http_ico[5];
Note: See TracBrowser for help on using the repository browser.