SOAP declarations for UPnP Devices using SOAP. More...
Go to the source code of this file.
Functions | |
void | soap_device_callback (http_parser_t *parser, http_message_t *request, SOCKINFO *info) |
This is a callback called by minisever. | |
SOAP declarations for UPnP Devices using SOAP.
Definition in file soap_device.hpp.
void soap_device_callback | ( | http_parser_t * | parser, |
http_message_t * | request, | ||
SOCKINFO * | info | ||
) |
This is a callback called by minisever.
This is called after receiving the request from the control point. The function will start processing the request. It calls handle_invoke_action() to handle the SOAP action.
This is a callback called by minisever.
After HTTP processing, it calls handle_soap_request to start SOAP processing.
[in] | parser | Parsed request received by the device. |
[in] | request | HTTP request. |
[in,out] | info | Socket info. |
Definition at line 735 of file soap_device.cpp.