mUPnP for C
http_header_list.c File Reference
#include <mupnp/http/http.h>
#include <mupnp/util/log.h>

Functions

mUpnpHttpHeaderListmupnp_http_headerlist_new ()
 
void mupnp_http_headerlist_delete (mUpnpHttpHeaderList *headerList)
 
mUpnpHttpHeadermupnp_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)
 

Function Documentation

◆ mupnp_http_headerlist_delete()

void mupnp_http_headerlist_delete ( mUpnpHttpHeaderList * headerList)

◆ mupnp_http_headerlist_get()

mUpnpHttpHeader * mupnp_http_headerlist_get ( mUpnpHttpHeaderList * headerList,
const char * name )

◆ mupnp_http_headerlist_getvalue()

const char * mupnp_http_headerlist_getvalue ( mUpnpHttpHeaderList * headerList,
const char * name )

◆ mupnp_http_headerlist_new()

mUpnpHttpHeaderList * mupnp_http_headerlist_new ( void )

◆ mupnp_http_headerlist_set()

void mupnp_http_headerlist_set ( mUpnpHttpHeaderList * headerList,
const char * name,
const char * value )