HTTP client connect information. More...
Data Fields | |
| const char * | host |
| uint16_t | host_port |
| uint16_t | local_port |
| const char * | url |
HTTP client connect information.
| const char* ltrx_http_client_connect_info::host |
Host name to connect to.
| uint16_t ltrx_http_client_connect_info::host_port |
Host port to connect to.
| uint16_t ltrx_http_client_connect_info::local_port |
Local port to use when connecting or zero for random.
| const char* ltrx_http_client_connect_info::url |
URL to connect to.