1#ifndef COMPA_GENA_DEVICE_HPP
2#define COMPA_GENA_DEVICE_HPP
Structure of an HTTP message.
Functions to parse UPnP messages like requests and responses.
void gena_process_subscription_request(SOCKINFO *info, http_message_t *request)
Handles a subscription request from a ctrl point. The socket is not closed on return.
void gena_process_unsubscribe_request(SOCKINFO *info, http_message_t *request)
Handles a subscription cancellation request from a ctrl point. The connection is not destroyed on ret...
void gena_process_subscription_renewal_request(SOCKINFO *info, http_message_t *request)
Handles a subscription renewal request from a ctrl point. The connection is not destroyed on return.
Manage network sockets and connections.
Additional socket information for connections and ssl.