Adaptation of the HttpServer by user yueee_yt. This version has improved handling of the HTTP headers (**NOTE**: There are limitations with this implementation and it is not fully functional. Use it only as a starting point.)

Dependents:   DMSupport DMSupport DMSupport DMSupport

Fork of DM_HttpServer by EmbeddedArtists AB

Embed: (wiki syntax)

« Back to documentation index

HTTPRequestHandler Class Reference

HTTPRequestHandler Class Reference

HTTP Server's generic request handler. More...

#include <HTTPRequestHandler.h>

Inherited by FSHandler, and SimpleHandler.

Public Member Functions

 HTTPRequestHandler (const char *rootPath, const char *path, TCPSocket *pTCPSocketConnection)
 Instantiated by the HTTP Server.
virtual void close ()

Detailed Description

HTTP Server's generic request handler.

Definition at line 45 of file HTTPRequestHandler.h.


Constructor & Destructor Documentation

HTTPRequestHandler ( const char *  rootPath,
const char *  path,
TCPSocket *  pTCPSocketConnection 
)

Instantiated by the HTTP Server.

Definition at line 35 of file HTTPRequestHandler.cpp.


Member Function Documentation

void close (  ) [virtual]

m_watchdog.detach();

Definition at line 64 of file HTTPRequestHandler.cpp.