Single instance HTTP Server using new Ethernet Interface.

Dependents:   EthHTTPServer if201410_section5 _PE2E_12-04_EthernetInterfaceServer MGAS_GR_Peach ... more

Fork of WiFlyHTTPServer 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