libosip
5.3.0
|
#include <osip_content_type.h>
Public Attributes | |
char * | type |
char * | subtype |
osip_list_t | gen_params |
Definition of the Content-Type header.
osip_list_t osip_content_type::gen_params |
Content-Type parameters
Referenced by osip_accept_to_str(), osip_content_type_clone(), osip_content_type_free(), osip_content_type_parse(), and osip_content_type_to_str().
char* osip_content_type::subtype |
Sub-Type of attachement
Referenced by osip_accept_to_str(), osip_content_type_clone(), osip_content_type_free(), osip_content_type_parse(), and osip_content_type_to_str().
char* osip_content_type::type |
Type of attachement
Referenced by osip_accept_to_str(), osip_content_type_clone(), osip_content_type_free(), osip_content_type_parse(), and osip_content_type_to_str().