UPnPsdk 0.1
Universal Plug and Play +, Software Development Kit
 
Loading...
Searching...
No Matches
soap_device.hpp
Go to the documentation of this file.
1#ifdef COMPA_HAVE_DEVICE_SOAP
2
3#ifndef COMPA_SOAP_DEVICE_HPP
4#define COMPA_SOAP_DEVICE_HPP
5// Copyright (C) 2022+ GPL 3 and higher by Ingo Höft, <Ingo@Hoeft-online.de>
6// Redistribution only with this Copyright remark. Last modified: 2024-03-03
12#include <httpparser.hpp>
13#include <sock.hpp>
14
15
25 http_parser_t* parser,
27 http_message_t* request,
29 SOCKINFO* info);
30
31#endif // COMPA_SOAP_DEVICE_HPP
32#endif /* COMPA_HAVE_DEVICE_SOAP */
Structure of an HTTP parser object.
Structure of an HTTP message.
Functions to parse UPnP messages like requests and responses.
void soap_device_callback(http_parser_t *parser, http_message_t *request, SOCKINFO *info)
This is a callback called by minisever.
Manage network sockets and connections.
Additional socket information for connections and ssl.
Definition sock.hpp:65