Changed RPC sucessful execution code from 1 to 200. Included RpcHandler.h in main header file. Effectively allows RPC through HTTP.

Dependents:   RPC_HTTP RPC_HTTP_WIZnetInterface RPC_HTTP rpc_over_http_TL_interrupter_gatePJ

Fork of HTTPServer by Henry Leinen

Revision:
16:cc3f5c53d0d5
Parent:
13:aa5338a5e452
--- a/HTTPConnection.cpp	Sat Aug 17 15:34:07 2013 +0000
+++ b/HTTPConnection.cpp	Sat Aug 17 16:17:55 2013 +0000
@@ -3,7 +3,7 @@
 #include "mbed.h"
 #include "HTTPConnection.h"
 #define DEBUG
-#include "debug.h"
+#include "hl_debug.h"
 
 #include <vector>
 using std::vector;