Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: oldheating gps motorhome heating
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);
Generated on Tue Jul 12 2022 18:53:40 by
1.7.2