mUPnP for C
|
Functions | |
mUpnpHttpHeaderList * | mupnp_http_headerlist_new () |
void | mupnp_http_headerlist_delete (mUpnpHttpHeaderList *headerList) |
mUpnpHttpHeader * | mupnp_http_headerlist_get (mUpnpHttpHeaderList *headerList, const char *name) |
void | mupnp_http_headerlist_set (mUpnpHttpHeaderList *headerList, const char *name, const char *value) |
const char * | mupnp_http_headerlist_getvalue (mUpnpHttpHeaderList *headerList, const char *name) |
void mupnp_http_headerlist_delete | ( | mUpnpHttpHeaderList * | headerList | ) |
mUpnpHttpHeader * mupnp_http_headerlist_get | ( | mUpnpHttpHeaderList * | headerList, |
const char * | name ) |
const char * mupnp_http_headerlist_getvalue | ( | mUpnpHttpHeaderList * | headerList, |
const char * | name ) |
mUpnpHttpHeaderList * mupnp_http_headerlist_new | ( | void | ) |
void mupnp_http_headerlist_set | ( | mUpnpHttpHeaderList * | headerList, |
const char * | name, | ||
const char * | value ) |