#include <kii.h>
Public Attributes | |
| char * | body_content_type |
| size_t | position |
| size_t | length |
| size_t | total_length |
| void * | chunk |
represents chunk data
| char* kii_chunk_data_t::body_content_type |
content-type of the body
| void* kii_chunk_data_t::chunk |
chunk data
| size_t kii_chunk_data_t::length |
length of the chunk
| size_t kii_chunk_data_t::position |
position of the chunk.(bytes count)
| size_t kii_chunk_data_t::total_length |
total length of the body
1.8.8