t_httpc_req_info
The t_httpc_req_info structure holds the client request information. It takes this form:
Element | Type | Description |
---|---|---|
server_ip_addr | t_ip_port | The server IP address and port. |
secure | uint8_t | Flag indicating a secure connection.
(Only if configuration option HTTPC_SECURE_ENABLE is set.) |
hreq_method | t_httpc_method | The request method (see HTTPC_METHOD_xxx). |
p_hreq_uri | char_t * | A pointer to the request URI. |
p_host | char_t * | A pointer to the host. |