Single instance HTTP Server using new Ethernet Interface. Blocking mode only; this improved stability, but the HTTP server must be started from a separate thread.
Fork of HTTPServer by
Diff: Handler/RpcHandler.cpp
- Revision:
- 17:d7186c696729
- Parent:
- 16:cc3f5c53d0d5
--- a/Handler/RpcHandler.cpp Sat Aug 17 16:17:55 2013 +0000 +++ b/Handler/RpcHandler.cpp Thu May 15 16:09:51 2014 +0000 @@ -32,7 +32,7 @@ int err = 404; string rpc_args(""); - INFO("Handling RPC Get Requesst."); + INFO("Handling RPC Get Request."); // This version of the RPC handler does only accept native RPC commands in the format // /<class>/<method> <argument1> [<argument2> [<argument3> ...]] // So we can simply pass our local pathg to our rpc