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.
Fork of HTTPServer by
Diff: HTTPServer.h
- Revision:
- 17:c690fb2de477
- Parent:
- 14:011edcd33e86
diff -r cc3f5c53d0d5 -r c690fb2de477 HTTPServer.h --- a/HTTPServer.h Sat Aug 17 16:17:55 2013 +0000 +++ b/HTTPServer.h Mon Jun 15 16:07:28 2015 +0000 @@ -26,6 +26,7 @@ #include "EthernetInterface.h" #include "HTTPConnection.h" #include "HTTPRequestHandler.h" +#include "RpcHandler.h" #include <map> using std::map;
