Microchip® Advanced Software Framework

http_socket_header Struct Reference

#include <http-socket.h>

Data Fields

int64_t content_length
 
struct {
   int64_t   first_byte_pos
 
   int64_t   instance_length
 
   int64_t   last_byte_pos
 
content_range
 
uint16_t status_code
 

int64_t http_socket_header::content_length

Referenced by input_pt(), and parse_header_byte().

struct { ... } http_socket_header::content_range

Referenced by parse_header_byte().

int64_t http_socket_header::first_byte_pos

Referenced by parse_header_byte().

int64_t http_socket_header::instance_length

Referenced by parse_header_byte().

int64_t http_socket_header::last_byte_pos

Referenced by parse_header_byte().

uint16_t http_socket_header::status_code

Referenced by parse_header_byte().