| 
    Kannel: Open Source WAP and SMS gateway
    svn-r5336
    
   | 
 
Data Fields | |
| List * | headers | 
| Octstr * | body | 
| enum body_expectation | expect_state | 
| enum entity_state | state | 
| long | chunked_body_chunk_len | 
| long | expected_body_len | 
| Octstr* HTTPEntity::body | 
Definition at line 363 of file http.c.
Referenced by entity_create(), entity_destroy(), handle_transaction(), 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 366 of file http.c.
Referenced by entity_create(), read_chunked_body_data(), and read_chunked_body_len().
| enum body_expectation HTTPEntity::expect_state | 
Definition at line 364 of file http.c.
Referenced by deduce_body_state(), and entity_create().
| long HTTPEntity::expected_body_len | 
Definition at line 367 of file http.c.
Referenced by deduce_body_state(), entity_create(), and read_body_with_length().
| List* HTTPEntity::headers | 
Definition at line 362 of file http.c.
Referenced by deduce_body_state(), entity_create(), entity_destroy(), entity_read(), get_redirection_location(), handle_transaction(), http_receive_result_real(), and read_chunked_body_trailer().
| enum entity_state HTTPEntity::state | 
Definition at line 365 of file http.c.
Referenced by deduce_body_state(), entity_create(), entity_read(), read_body_until_eof(), read_body_with_length(), read_chunked_body_crlf(), read_chunked_body_data(), read_chunked_body_len(), and read_chunked_body_trailer().