Microchip® Advanced Software Framework

ip64-webserver-http-strings.c File Reference

Variables

const char ip64_webserver_http_10 [9]
 
const char ip64_webserver_http_11 [9]
 
const char ip64_webserver_http_200 [5]
 
const char ip64_webserver_http_301 [5]
 
const char ip64_webserver_http_302 [5]
 
const char ip64_webserver_http_404_html [10]
 
const char ip64_webserver_http_content_type [15]
 
const char ip64_webserver_http_content_type_binary [43]
 
const char ip64_webserver_http_content_type_css [27]
 
const char ip64_webserver_http_content_type_gif [28]
 
const char ip64_webserver_http_content_type_html [28]
 
const char ip64_webserver_http_content_type_jpg [29]
 
const char ip64_webserver_http_content_type_plain [29]
 
const char ip64_webserver_http_content_type_png [28]
 
const char ip64_webserver_http_content_type_text [28]
 
const char ip64_webserver_http_crnl [3]
 
const char ip64_webserver_http_css [5]
 
const char ip64_webserver_http_get [5]
 
const char ip64_webserver_http_gif [5]
 
const char ip64_webserver_http_header_200 [85]
 
const char ip64_webserver_http_header_404 [92]
 
const char ip64_webserver_http_host [7]
 
const char ip64_webserver_http_htm [5]
 
const char ip64_webserver_http_html [6]
 
const char ip64_webserver_http_http [8]
 
const char ip64_webserver_http_index_htm [11]
 
const char ip64_webserver_http_index_html [12]
 
const char ip64_webserver_http_jpg [5]
 
const char ip64_webserver_http_location [11]
 
const char ip64_webserver_http_png [5]
 
const char ip64_webserver_http_referer [9]
 
const char ip64_webserver_http_shtml [7]
 
const char ip64_webserver_http_text [6]
 
const char ip64_webserver_http_texthtml [10]
 
const char ip64_webserver_http_txt [5]
 

const char ip64_webserver_http_10[9]
Initial value:
=
{0x48, 0x54, 0x54, 0x50, 0x2f, 0x31, 0x2e, 0x30, }
const char ip64_webserver_http_11[9]
Initial value:
=
{0x48, 0x54, 0x54, 0x50, 0x2f, 0x31, 0x2e, 0x31, }
const char ip64_webserver_http_200[5]
Initial value:
=
{0x32, 0x30, 0x30, 0x20, }
const char ip64_webserver_http_301[5]
Initial value:
=
{0x33, 0x30, 0x31, 0x20, }
const char ip64_webserver_http_302[5]
Initial value:
=
{0x33, 0x30, 0x32, 0x20, }
const char ip64_webserver_http_404_html[10]
Initial value:
=
{0x2f, 0x34, 0x30, 0x34, 0x2e, 0x68, 0x74, 0x6d, 0x6c, }

Referenced by if().

const char ip64_webserver_http_content_type[15]
Initial value:
=
{0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x3a, 0x20, }
const char ip64_webserver_http_content_type_binary[43]
Initial value:
=
{0x43, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x3a, 0x20, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x2f, 0x6f, 0x63, 0x74, 0x65, 0x74, 0x2d, 0x73, 0x74, 0x72, 0x65, 0x61, 0x6d, 0xd, 0xa, 0xd, 0xa, }

Referenced by if().

const char ip64_webserver_http_content_type_css[27]
Initial value:
=
{0x43, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x3a, 0x20, 0x74, 0x65, 0x78, 0x74, 0x2f, 0x63, 0x73, 0x73, 0xd, 0xa, 0xd, 0xa, }
const char ip64_webserver_http_content_type_gif[28]
Initial value:
=
{0x43, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x3a, 0x20, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x2f, 0x67, 0x69, 0x66, 0xd, 0xa, 0xd, 0xa, }
const char ip64_webserver_http_content_type_html[28]
Initial value:
=
{0x43, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x3a, 0x20, 0x74, 0x65, 0x78, 0x74, 0x2f, 0x68, 0x74, 0x6d, 0x6c, 0xd, 0xa, 0xd, 0xa, }
const char ip64_webserver_http_content_type_jpg[29]
Initial value:
=
{0x43, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x3a, 0x20, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x2f, 0x6a, 0x70, 0x65, 0x67, 0xd, 0xa, 0xd, 0xa, }
const char ip64_webserver_http_content_type_plain[29]
Initial value:
=
{0x43, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x3a, 0x20, 0x74, 0x65, 0x78, 0x74, 0x2f, 0x70, 0x6c, 0x61, 0x69, 0x6e, 0xd, 0xa, 0xd, 0xa, }
const char ip64_webserver_http_content_type_png[28]
Initial value:
=
{0x43, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x3a, 0x20, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x2f, 0x70, 0x6e, 0x67, 0xd, 0xa, 0xd, 0xa, }
const char ip64_webserver_http_content_type_text[28]
Initial value:
=
{0x43, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x3a, 0x20, 0x74, 0x65, 0x78, 0x74, 0x2f, 0x74, 0x65, 0x78, 0x74, 0xd, 0xa, 0xd, 0xa, }
const char ip64_webserver_http_crnl[3]
Initial value:
=
{0xd, 0xa, }
const char ip64_webserver_http_css[5]
Initial value:
=
{0x2e, 0x63, 0x73, 0x73, }
const char ip64_webserver_http_get[5]
Initial value:
=
{0x47, 0x45, 0x54, 0x20, }
const char ip64_webserver_http_gif[5]
Initial value:
=
{0x2e, 0x67, 0x69, 0x66, }
const char ip64_webserver_http_header_200[85]
Initial value:
=
{0x48, 0x54, 0x54, 0x50, 0x2f, 0x31, 0x2e, 0x30, 0x20, 0x32, 0x30, 0x30, 0x20, 0x4f, 0x4b, 0xd, 0xa, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x3a, 0x20, 0x43, 0x6f, 0x6e, 0x74, 0x69, 0x6b, 0x69, 0x2f, 0x32, 0x2e, 0x36, 0x20, 0x68, 0x74, 0x74, 0x70, 0x3a, 0x2f, 0x2f, 0x77, 0x77, 0x77, 0x2e, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6b, 0x69, 0x2d, 0x6f, 0x73, 0x2e, 0x6f, 0x72, 0x67, 0x2f, 0xd, 0xa, 0x43, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x3a, 0x20, 0x63, 0x6c, 0x6f, 0x73, 0x65, 0xd, 0xa, }
const char ip64_webserver_http_header_404[92]
Initial value:
=
{0x48, 0x54, 0x54, 0x50, 0x2f, 0x31, 0x2e, 0x30, 0x20, 0x34, 0x30, 0x34, 0x20, 0x4e, 0x6f, 0x74, 0x20, 0x66, 0x6f, 0x75, 0x6e, 0x64, 0xd, 0xa, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x3a, 0x20, 0x43, 0x6f, 0x6e, 0x74, 0x69, 0x6b, 0x69, 0x2f, 0x32, 0x2e, 0x36, 0x20, 0x68, 0x74, 0x74, 0x70, 0x3a, 0x2f, 0x2f, 0x77, 0x77, 0x77, 0x2e, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6b, 0x69, 0x2d, 0x6f, 0x73, 0x2e, 0x6f, 0x72, 0x67, 0x2f, 0xd, 0xa, 0x43, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x3a, 0x20, 0x63, 0x6c, 0x6f, 0x73, 0x65, 0xd, 0xa, }

Referenced by if().

const char ip64_webserver_http_host[7]
Initial value:
=
{0x68, 0x6f, 0x73, 0x74, 0x3a, 0x20, }
const char ip64_webserver_http_htm[5]
Initial value:
=
{0x2e, 0x68, 0x74, 0x6d, }
const char ip64_webserver_http_html[6]
Initial value:
=
{0x2e, 0x68, 0x74, 0x6d, 0x6c, }
const char ip64_webserver_http_http[8]
Initial value:
=
{0x68, 0x74, 0x74, 0x70, 0x3a, 0x2f, 0x2f, }
const char ip64_webserver_http_index_htm[11]
Initial value:
=
{0x2f, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x2e, 0x68, 0x74, 0x6d, }
const char ip64_webserver_http_index_html[12]
Initial value:
=
{0x2f, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x2e, 0x68, 0x74, 0x6d, 0x6c, }

Referenced by if().

const char ip64_webserver_http_jpg[5]
Initial value:
=
{0x2e, 0x6a, 0x70, 0x67, }
const char ip64_webserver_http_location[11]
Initial value:
=
{0x6c, 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x3a, 0x20, }
const char ip64_webserver_http_png[5]
Initial value:
=
{0x2e, 0x70, 0x6e, 0x67, }
const char ip64_webserver_http_referer[9]
Initial value:
=
{0x52, 0x65, 0x66, 0x65, 0x72, 0x65, 0x72, 0x3a, }

Referenced by while().

const char ip64_webserver_http_shtml[7]
Initial value:
=
{0x2e, 0x73, 0x68, 0x74, 0x6d, 0x6c, }
const char ip64_webserver_http_text[6]
Initial value:
=
{0x2e, 0x74, 0x65, 0x78, 0x74, }
const char ip64_webserver_http_texthtml[10]
Initial value:
=
{0x74, 0x65, 0x78, 0x74, 0x2f, 0x68, 0x74, 0x6d, 0x6c, }
const char ip64_webserver_http_txt[5]
Initial value:
=
{0x2e, 0x74, 0x78, 0x74, }