Microchip® Advanced Software Framework

http-strings.c File Reference

Variables

const char http_10 [9]
 
const char http_11 [9]
 
const char http_200 [5]
 
const char http_301 [5]
 
const char http_302 [5]
 
const char http_content_type [15]
 
const char http_crnl [3]
 
const char http_get [5]
 
const char http_host [7]
 
const char http_http [8]
 
const char http_location [11]
 
const char http_request_fields [163]
 
const char http_texthtml [10]
 
const char http_ws [6]
 

const char http_10[9]
Initial value:
=
{0x48, 0x54, 0x54, 0x50, 0x2f, 0x31, 0x2e, 0x30, }

Referenced by init_connection(), parse_statusline(), and senddata().

const char http_11[9]
Initial value:
=
{0x48, 0x54, 0x54, 0x50, 0x2f, 0x31, 0x2e, 0x31, }

Referenced by parse_statusline().

const char http_200[5]
Initial value:
=
{0x32, 0x30, 0x30, 0x20, }

Referenced by parse_statusline().

const char http_301[5]
Initial value:
=
{0x33, 0x30, 0x31, 0x20, }

Referenced by parse_statusline().

const char http_302[5]
Initial value:
=
{0x33, 0x30, 0x32, 0x20, }

Referenced by parse_statusline().

const char http_content_type[15]
Initial value:
=
{0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x2d, 0x74, 0x79, 0x70, 0x65, 0x3a, 0x20, }
const char http_crnl[3]
Initial value:
=
{0xd, 0xa, }

Referenced by init_connection(), and senddata().

const char http_get[5]
Initial value:
=
{0x47, 0x45, 0x54, 0x20, }

Referenced by init_connection(), and senddata().

const char http_host[7]
Initial value:
=
{0x68, 0x6f, 0x73, 0x74, 0x3a, 0x20, }

Referenced by init_connection(), and senddata().

const char http_http[8]
Initial value:
=
{0x68, 0x74, 0x74, 0x70, 0x3a, 0x2f, 0x2f, }

Referenced by parse_headers(), and parse_url().

const char http_location[11]
Initial value:
=
{0x6c, 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x3a, 0x20, }

Referenced by parse_headers().

const char http_request_fields[163]
Initial value:
=
{0x43, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x3a, 0x20, 0x55, 0x70, 0x67, 0x72, 0x61, 0x64, 0x65, 0xd, 0xa, 0x55, 0x70, 0x67, 0x72, 0x61, 0x64, 0x65, 0x3a, 0x20, 0x77, 0x65, 0x62, 0x73, 0x6f, 0x63, 0x6b, 0x65, 0x74, 0xd, 0xa, 0x55, 0x73, 0x65, 0x72, 0x2d, 0x41, 0x67, 0x65, 0x6e, 0x74, 0x3a, 0x20, 0x74, 0x68, 0x73, 0x71, 0x2e, 0x69, 0x6f, 0x20, 0x30, 0x2e, 0x31, 0xd, 0xa, 0x53, 0x65, 0x63, 0x2d, 0x57, 0x65, 0x62, 0x53, 0x6f, 0x63, 0x6b, 0x65, 0x74, 0x2d, 0x4b, 0x65, 0x79, 0x3a, 0x20, 0x78, 0x33, 0x4a, 0x4a, 0x48, 0x4d, 0x62, 0x44, 0x4c, 0x31, 0x45, 0x7a, 0x4c, 0x6b, 0x68, 0x39, 0x47, 0x42, 0x68, 0x58, 0x44, 0x77, 0x3d, 0x3d, 0xd, 0xa, 0x53, 0x65, 0x63, 0x2d, 0x57, 0x65, 0x62, 0x53, 0x6f, 0x63, 0x6b, 0x65, 0x74, 0x2d, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x3a, 0x20, 0x31, 0x33, 0xd, 0xa, 0x53, 0x65, 0x63, 0x2d, 0x57, 0x65, 0x62, 0x53, 0x6f, 0x63, 0x6b, 0x65, 0x74, 0x2d, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x6f, 0x6c, 0x3a, 0x20, }

Referenced by init_connection(), and senddata().

const char http_texthtml[10]
Initial value:
=
{0x74, 0x65, 0x78, 0x74, 0x2f, 0x68, 0x74, 0x6d, 0x6c, }
const char http_ws[6]
Initial value:
=
{0x77, 0x73, 0x3a, 0x2f, 0x2f, }

Referenced by parse_url().