HTTP Server library for Mbed OS-5. A fork of Henry Leinen's [[https://os.mbed.com/users/leihen/code/HTTPServer/]] library.
Dependents: STM32F407VET6_HTTPServer
Diff: HTTPRequestHandler.h
- Revision:
- 7:cb7fec1265b5
- Parent:
- 5:dc88012caef1
- Child:
- 12:ba81cc117fb6
--- a/HTTPRequestHandler.h Sat Jun 01 16:49:17 2013 +0000 +++ b/HTTPRequestHandler.h Sat Jun 01 17:47:45 2013 +0000 @@ -116,7 +116,7 @@ * automatically added in \c startResponse. if you need to change the headers, please do NOT * specify the \c Content-Length Header. This is done automatically be the function. */ - void startResponse(int returnCode, int nLen, HTTPHeaders* header = NULL); + void startResponse(int returnCode, long nLen, HTTPHeaders* header = NULL); void processResponse(int nLen, char* body ); void endResponse();