
An example HTTP Server using new Ethernet Interface and localfilesystem.
Dependencies: EthernetInterface HttpServer mbed-rpc mbed-rtos mbed
Fork of giken9_HTMLServer_Sample by
Diff: HttpServer/HTTPRequestHandler.h
- Revision:
- 2:14b689a85306
- Parent:
- 0:7766f6712673
--- a/HttpServer/HTTPRequestHandler.h Wed Mar 12 04:29:14 2014 +0000 +++ b/HttpServer/HTTPRequestHandler.h Wed Mar 12 04:39:15 2014 +0000 @@ -111,6 +111,7 @@ int readLine(char* str, int maxLen); int clength; +bool chunkmode; }; #endif