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 | 
      
 
 
◆ uri
◆ location
      
        
          | char* HTTPContext::location | 
      
 
 
◆ cache_redirect
      
        
          | int HTTPContext::cache_redirect | 
      
 
 
◆ 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 87 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
      
        
          | uint8_t* HTTPContext::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 99 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 | 
      
 
 
◆ short_seek_size
      
        
          | int HTTPContext::short_seek_size | 
      
 
 
The documentation for this struct was generated from the following file: