http_con_type Struct Reference

HTTP connection structure. More...

#include <httplib.h>

Data Fields

uint32_t dest_addr
 
uint16_t dest_port
 
int32_t uri
 

Detailed Description

This structure is used to store the destination IP and port. Use it in junction with function http_set_up_page() and http_send_page() if data cannot be transmitted immediately.

Field Documentation

uint32_t dest_addr

remote address

uint16_t dest_port

remote port

int32_t uri

requested uri