Variables

http-strings.h File Reference

Go to the source code of this file.

Variables

const char http_http [8]
const char http_200 [5]
const char http_301 [5]
const char http_302 [5]
const char http_get [5]
const char http_10 [9]
const char http_11 [9]
const char http_content_type [15]
const char http_texthtml [10]
const char http_location [11]
const char http_host [7]
const char http_crnl [3]
const char http_index_html [12]
const char http_404_html [10]
const char http_referer [9]
const char http_header_200 [84]
const char http_header_404 [91]
const char http_content_type_plain [29]
const char http_content_type_html [28]
const char http_content_type_css [27]
const char http_content_type_text [28]
const char http_content_type_png [28]
const char http_content_type_gif [28]
const char http_content_type_jpg [29]
const char http_content_type_binary [43]
const char http_html [6]
const char http_shtml [7]
const char http_htm [5]
const char http_css [5]
const char http_png [5]
const char http_gif [5]
const char http_jpg [5]
const char http_text [5]
const char http_txt [5]

Variable Documentation

const char http_10[9]

Definition at line 16 of file http-strings.c.

const char http_11[9]

Definition at line 19 of file http-strings.c.

const char http_200[5]

Definition at line 4 of file http-strings.c.

const char http_301[5]

Definition at line 7 of file http-strings.c.

const char http_302[5]

Definition at line 10 of file http-strings.c.

const char http_404_html[10]

Definition at line 40 of file http-strings.c.

const char http_content_type[15]

Definition at line 22 of file http-strings.c.

const char http_content_type_binary[43]

Definition at line 73 of file http-strings.c.

const char http_content_type_css[27]

Definition at line 58 of file http-strings.c.

const char http_content_type_gif[28]

Definition at line 67 of file http-strings.c.

const char http_content_type_html[28]

Definition at line 55 of file http-strings.c.

const char http_content_type_jpg[29]

Definition at line 70 of file http-strings.c.

const char http_content_type_plain[29]

Definition at line 52 of file http-strings.c.

const char http_content_type_png[28]

Definition at line 64 of file http-strings.c.

const char http_content_type_text[28]

Definition at line 61 of file http-strings.c.

const char http_crnl[3]

Definition at line 34 of file http-strings.c.

const char http_css[5]

Definition at line 85 of file http-strings.c.

const char http_get[5]

Definition at line 13 of file http-strings.c.

const char http_gif[5]

Definition at line 91 of file http-strings.c.

const char http_header_200[84]

Definition at line 46 of file http-strings.c.

const char http_header_404[91]

Definition at line 49 of file http-strings.c.

const char http_host[7]

Definition at line 31 of file http-strings.c.

const char http_htm[5]

Definition at line 82 of file http-strings.c.

const char http_html[6]

Definition at line 76 of file http-strings.c.

const char http_http[8]

Definition at line 1 of file http-strings.c.

const char http_index_html[12]

Definition at line 37 of file http-strings.c.

const char http_jpg[5]

Definition at line 94 of file http-strings.c.

const char http_location[11]

Definition at line 28 of file http-strings.c.

const char http_png[5]

Definition at line 88 of file http-strings.c.

const char http_referer[9]

Definition at line 43 of file http-strings.c.

const char http_shtml[7]

Definition at line 79 of file http-strings.c.

const char http_text[5]

Definition at line 97 of file http-strings.c.

const char http_texthtml[10]

Definition at line 25 of file http-strings.c.

const char http_txt[5]

Definition at line 100 of file http-strings.c.