A stack which works with or without an Mbed os library. Provides IPv4 or IPv6 with a full 1500 byte buffer.

Dependents:   oldheating gps motorhome heating

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers https.h Source File

https.h

00001 #include <stdint.h>
00002 #include <stdbool.h>
00003 
00004 extern bool HttpsGetTrace(void);
00005 extern void HttpsReset   (int connectionId);
00006 extern bool HttpsResponse(int connectionId, bool clientFinished, int* pWindowSize, uint8_t* pWindow, uint32_t windowPositionInStream);
00007 extern void HttpsRequest (int connectionId,                      int   windowSize, uint8_t* pWindow, uint32_t windowPositionInStream);