aqhome: started http endpoint.

This commit is contained in:
Martin Preuss
2023-07-18 10:52:09 +02:00
parent 3efb83ecfd
commit 893ae6867b
3 changed files with 494 additions and 178 deletions

View File

@@ -15,6 +15,12 @@
#include <gwenhywfar/endpoint.h>
#define AQH_ENDPOINT_HTTP_FLAGS_PASSIVE 0x0001
AQHOME_API void AQH_HttpEndpoint_Extend(GWEN_MSG_ENDPOINT *ep, uint32_t flags);