mUPnP for C
soap_response.c File Reference
#include <mupnp/soap/soap.h>
#include <mupnp/util/log.h>
#include <mupnp/util/string.h>

Functions

mUpnpSoapResponsemupnp_soap_response_new ()
 
void mupnp_soap_response_delete (mUpnpSoapResponse *soapRes)
 
void mupnp_soap_response_clear (mUpnpSoapResponse *soapRes)
 
mUpnpXmlNodemupnp_soap_response_getbodynode (mUpnpSoapResponse *soapRes)
 
void mupnp_soap_response_sethttpresponse (mUpnpSoapResponse *soapRes, mUpnpHttpResponse *httpRes)
 
void mupnp_soap_response_setcontent (mUpnpSoapResponse *soapReq, mUpnpXmlNode *node)
 

Function Documentation

◆ mupnp_soap_response_clear()

void mupnp_soap_response_clear ( mUpnpSoapResponse * soapRes)

◆ mupnp_soap_response_delete()

void mupnp_soap_response_delete ( mUpnpSoapResponse * soapRes)

◆ mupnp_soap_response_getbodynode()

mUpnpXmlNode * mupnp_soap_response_getbodynode ( mUpnpSoapResponse * soapRes)

◆ mupnp_soap_response_new()

mUpnpSoapResponse * mupnp_soap_response_new ( void )

◆ mupnp_soap_response_setcontent()

void mupnp_soap_response_setcontent ( mUpnpSoapResponse * soapReq,
mUpnpXmlNode * node )

◆ mupnp_soap_response_sethttpresponse()

void mupnp_soap_response_sethttpresponse ( mUpnpSoapResponse * soapRes,
mUpnpHttpResponse * httpRes )