HttpServer Library for "mbed classic" which added a snapshot handler.

Dependents:   GR-PEACH_WebCamera_OV5642_fixedIP GR-PEACH_WebCamera_AP

Fork of HttpServer by Yasushi TAUCHI

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, RPCHandler, SimpleHandler, and SnapshotHandler.

Public Member Functions

 HTTPRequestHandler (const char *rootPath, const char *path, TCPSocketConnection *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,
TCPSocketConnection *  pTCPSocketConnection 
)

Instantiated by the HTTP Server.

Definition at line 34 of file HTTPRequestHandler.cpp.


Member Function Documentation

void close (  ) [virtual]

m_watchdog.detach();

Definition at line 63 of file HTTPRequestHandler.cpp.