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

Auto generated API documentation and code listings for HTTPServer

Classes

HTTPServer::handlersComp Structure which will allow to order the stored handlers according to their associated path
HTTPConnection Class HTTPConnection , encapsulates one connection being made throught the HTTPServer
HTTPFsRequestHandler Class HTTPFsRequestHandler serves requests with file-system objects
HTTPConnection::HTTPMessage HTTPMessage contains all the details of the request received by external HTTP client
HTTPRequestHandler Class HTTPRequestHandler is the base class for HTTP Handler request implementations
HTTPServer Class HTTPServer for use with WiflyInterface

Code

FsHandler.cpp [code]
FsHandler.h [code]
hl_debug.h [code]
HTTPConnection.cpp [code]
HTTPConnection.h [code]
HTTPRequestHandler.cpp [code]
HTTPRequestHandler.h [code]
HTTPServer.cpp [code]
HTTPServer.h [code]
RpcHandler.cpp [code]
RpcHandler.h [code]