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

Functions

mUpnpHttpHeadermupnp_http_header_new ()
 
void mupnp_http_header_delete (mUpnpHttpHeader *header)
 
void mupnp_http_header_setname (mUpnpHttpHeader *header, const char *name)
 
const char * mupnp_http_header_getname (mUpnpHttpHeader *header)
 
void mupnp_http_header_setvalue (mUpnpHttpHeader *header, const char *value)
 
const char * mupnp_http_header_getvalue (mUpnpHttpHeader *header)
 

Function Documentation

◆ mupnp_http_header_delete()

void mupnp_http_header_delete ( mUpnpHttpHeader * header)

◆ mupnp_http_header_getname()

const char * mupnp_http_header_getname ( mUpnpHttpHeader * header)

◆ mupnp_http_header_getvalue()

const char * mupnp_http_header_getvalue ( mUpnpHttpHeader * header)

◆ mupnp_http_header_new()

mUpnpHttpHeader * mupnp_http_header_new ( void )

◆ mupnp_http_header_setname()

void mupnp_http_header_setname ( mUpnpHttpHeader * header,
const char * name )

◆ mupnp_http_header_setvalue()

void mupnp_http_header_setvalue ( mUpnpHttpHeader * header,
const char * value )