SIP Witch 1.9.15
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Data Fields
osip_body Struct Reference

Structure for holding Body. More...

#include <osip_body.h>

Collaboration diagram for osip_body:
Collaboration graph
[legend]

Data Fields

char * body
 buffer containing data More...
 
size_t length
 length of data More...
 
osip_list_theaders
 List of headers (when mime is used) More...
 
osip_content_type_tcontent_type
 Content-Type (when mime is used) More...
 

Detailed Description

Structure for holding Body.

Definition at line 48 of file osip_body.h.

Field Documentation

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.


The documentation for this struct was generated from the following file: