Main Page | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals

HTTPEntity Struct Reference

Collaboration diagram for HTTPEntity:

Collaboration graph
[legend]

Data Fields

Listheaders
Octstrbody
long chunked_body_chunk_len
long expected_body_len

Field Documentation

Octstr* HTTPEntity::body
 

Definition at line 361 of file http.c.

Referenced by entity_destroy(), handle_transaction(), http_accept_request(), http_receive_result_real(), read_body_until_eof(), read_body_with_length(), and read_chunked_body_data().

long HTTPEntity::chunked_body_chunk_len
 

Definition at line 364 of file http.c.

Referenced by read_chunked_body_data(), and read_chunked_body_len().

long HTTPEntity::expected_body_len
 

Definition at line 365 of file http.c.

Referenced by deduce_body_state(), and read_body_with_length().

List* HTTPEntity::headers
 

Definition at line 360 of file http.c.

Referenced by deduce_body_state(), entity_create(), entity_destroy(), entity_read(), get_redirection_location(), handle_transaction(), http_accept_request(), http_receive_result_real(), and read_chunked_body_trailer().


The documentation for this struct was generated from the following file: See file LICENSE for details about the license agreement for using, modifying, copying or deriving work from this software.