This is a HTTP Server example using the new EthernetInterface and new mbed-rpc libraries.

Dependents:   HTTP-RPCServerExample

Fork of HTTPServer by Henry Leinen

Embed: (wiki syntax)

« Back to documentation index

Data Structures

Data Structures

Here are the data structures with brief descriptions:
HTTPServer::handlersCompStructure which will allow to order the stored handlers according to their associated path
HTTPConnectionClass HTTPConnection, encapsulates one connection being made throught the HTTPServer
HTTPFsRequestHandlerClass HTTPFsRequestHandler serves requests with file-system objects
HTTPConnection::HTTPMessageHTTPMessage contains all the details of the request received by external HTTP client
HTTPRequestHandlerClass HTTPRequestHandler is the base class for HTTP Handler request implementations
HTTPServerClass HTTPServer for use with WiflyInterface