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 httpv.h Source File

httpv.h

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