SIP Witch 1.9.15
|
Structure for holding Body. More...
#include <osip_body.h>
Data Fields | |
char * | body |
buffer containing data More... | |
size_t | length |
length of data More... | |
osip_list_t * | headers |
List of headers (when mime is used) More... | |
osip_content_type_t * | content_type |
Content-Type (when mime is used) More... | |
Structure for holding Body.
Definition at line 48 of file osip_body.h.
char* osip_body::body |
buffer containing data
Definition at line 49 of file osip_body.h.
osip_content_type_t* osip_body::content_type |
Content-Type (when mime is used)
Definition at line 52 of file osip_body.h.
osip_list_t* osip_body::headers |
List of headers (when mime is used)
Definition at line 51 of file osip_body.h.
size_t osip_body::length |
length of data
Definition at line 50 of file osip_body.h.