Andrew Boyson / net

Dependents:   oldheating gps motorhome heating

Revision:
166:89e3ce39b31b
diff -r 29a9e5f2eaef -r 89e3ce39b31b tcp/https/https.h
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tcp/https/https.h	Thu Apr 02 11:58:33 2020 +0000
@@ -0,0 +1,7 @@
+#include <stdint.h>
+#include <stdbool.h>
+
+extern bool HttpsGetTrace(void);
+extern void HttpsReset   (int connectionId);
+extern bool HttpsResponse(int connectionId, bool clientFinished, int* pWindowSize, uint8_t* pWindow, uint32_t windowPositionInStream);
+extern void HttpsRequest (int connectionId,                      int   windowSize, uint8_t* pWindow, uint32_t windowPositionInStream);
\ No newline at end of file