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
tcp/http/httpshim/httpshim.h
- Committer:
- andrewboyson
- Date:
- 2019-05-17
- Revision:
- 147:a6093b52e654
- Parent:
- 146:0fc66d610fd6
- Child:
- 154:ba9879b19d9f
File content as of revision 147:a6093b52e654:
#include <stdint.h> #include <stdbool.h> extern void HttpShimRequest (int size, char* pRequestStream, uint32_t positionInRequestStream, char* pWebState, char* pTlsState, bool secure); extern bool HttpShimPoll (bool clientFinished, char* pWebState, char* pTlsState, bool secure); extern bool HttpShimReply ( char* pWebState, char* pTlsState); extern void HttpShimAddChar (char c); extern bool HttpShimBufFilled(void); extern bool HttpShimGetTrace (void);