Definition at line 62 of file http.c.
◆ class
◆ hd
◆ buffer
◆ buf_ptr
| unsigned char * HTTPContext::buf_ptr |
◆ buf_end
| unsigned char * HTTPContext::buf_end |
◆ line_count
| int HTTPContext::line_count |
◆ http_code
| int HTTPContext::http_code |
◆ chunksize
| uint64_t HTTPContext::chunksize |
◆ chunkend
| int HTTPContext::chunkend |
◆ off
| uint64_t HTTPContext::off |
◆ end_off
| uint64_t HTTPContext::end_off |
◆ filesize
| uint64_t HTTPContext::filesize |
◆ location
| char* HTTPContext::location |
◆ auth_state
◆ proxy_auth_state
◆ http_proxy
| char* HTTPContext::http_proxy |
◆ headers
| char* HTTPContext::headers |
◆ mime_type
| char* HTTPContext::mime_type |
◆ http_version
| char* HTTPContext::http_version |
◆ user_agent
| char* HTTPContext::user_agent |
◆ referer
| char* HTTPContext::referer |
◆ content_type
| char* HTTPContext::content_type |
◆ willclose
| int HTTPContext::willclose |
◆ seekable
| int HTTPContext::seekable |
Control seekability, 0 = disable, 1 = enable, -1 = probe.
Definition at line 85 of file http.c.
◆ chunked_post
| int HTTPContext::chunked_post |
◆ end_chunked_post
| int HTTPContext::end_chunked_post |
◆ end_header
| int HTTPContext::end_header |
◆ multiple_requests
| int HTTPContext::multiple_requests |
◆ post_data
◆ post_datalen
| int HTTPContext::post_datalen |
◆ is_akamai
| int HTTPContext::is_akamai |
◆ is_mediagateway
| int HTTPContext::is_mediagateway |
◆ cookies
| char* HTTPContext::cookies |
holds newline (
) delimited Set-Cookie header field values (without the "Set-Cookie: " field name)
Definition at line 97 of file http.c.
◆ cookie_dict
◆ icy
◆ icy_data_read
| uint64_t HTTPContext::icy_data_read |
◆ icy_metaint
| uint64_t HTTPContext::icy_metaint |
◆ icy_metadata_headers
| char* HTTPContext::icy_metadata_headers |
◆ icy_metadata_packet
| char* HTTPContext::icy_metadata_packet |
◆ metadata
◆ chained_options
◆ send_expect_100
| int HTTPContext::send_expect_100 |
◆ method
| char* HTTPContext::method |
◆ reconnect
| int HTTPContext::reconnect |
◆ reconnect_at_eof
| int HTTPContext::reconnect_at_eof |
◆ reconnect_on_network_error
| int HTTPContext::reconnect_on_network_error |
◆ reconnect_streamed
| int HTTPContext::reconnect_streamed |
◆ reconnect_delay_max
| int HTTPContext::reconnect_delay_max |
◆ reconnect_on_http_error
| char* HTTPContext::reconnect_on_http_error |
◆ listen
◆ resource
| char* HTTPContext::resource |
◆ reply_code
| int HTTPContext::reply_code |
◆ is_multi_client
| int HTTPContext::is_multi_client |
◆ handshake_step
◆ is_connected_server
| int HTTPContext::is_connected_server |
The documentation for this struct was generated from the following file: