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: HTTPConnection.h
- Revision:
- 13:aa5338a5e452
- Parent:
- 4:d065642c32cc
- Child:
- 17:8bcc62289a07
--- a/HTTPConnection.h Wed Jun 05 23:39:24 2013 +0000 +++ b/HTTPConnection.h Sat Jun 22 15:41:34 2013 +0000 @@ -75,7 +75,7 @@ /** Public constructor for HTTPConnection objects. * */ - HTTPConnection (); + HTTPConnection (TCPSocketConnection& clnt); /** Destructor for HTTPConnection objects. *