libosip
5.3.0
|
#include <osip_body.h>
Public Attributes | |
char * | body |
size_t | length |
osip_list_t * | headers |
osip_content_type_t * | content_type |
Structure for holding Body
char* osip_body::body |
buffer containing data
Referenced by osip_body_clone(), osip_body_free(), osip_body_parse(), osip_body_parse_mime(), and osip_body_to_str().
osip_content_type_t* osip_body::content_type |
Content-Type (when mime is used)
Referenced by osip_body_clone(), osip_body_free(), osip_body_set_contenttype(), and osip_body_to_str().
osip_list_t* osip_body::headers |
List of headers (when mime is used)
Referenced by osip_body_clone(), osip_body_free(), osip_body_parse(), osip_body_parse_mime(), osip_body_set_header(), and osip_body_to_str().
size_t osip_body::length |
length of data
Referenced by osip_body_clone(), osip_body_parse(), osip_body_parse_mime(), and osip_body_to_str().