t_httpc_resp_info
The t_httpc_resp_info structure holds the client response information. It takes this form:
Element | Type | Description |
---|---|---|
connection | t_httpc_connection | The connection type, keep-alive or close. |
transfer_enc | t_transfer_encoding | The transfer encoding (chunked). |
clen | uint32_t | The content length. |