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: EthHTTPServer if201410_section5 _PE2E_12-04_EthernetInterfaceServer MGAS_GR_Peach ... more
Fork of WiFlyHTTPServer by
Diff: HTTPConnection.h
- Revision:
- 13:aa5338a5e452
- Parent:
- 4:d065642c32cc
--- 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. *