Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of HTTPServer by
HTTPRequestHandler Class Reference
HTTP Server's generic request handler. More...
#include <HTTPRequestHandler.h>
Inherited by FSHandler, FSHandler, PostHandler, RPCHandler, RPCHandler, SimpleHandler, and SimpleHandler.
Public Member Functions | |
| HTTPRequestHandler (const char *rootPath, const char *path, TCPSocket *pTCPSocket) | |
| Instantiated by the HTTP Server. | |
| HTTPRequestHandler (const char *rootPath, const char *path, TCPSocket *pTCPSocket) | |
| Instantiated by the HTTP Server. | |
Detailed Description
HTTP Server's generic request handler.
Definition at line 44 of file LPC1768/services/http/server/HTTPRequestHandler.h.
Constructor & Destructor Documentation
| HTTPRequestHandler | ( | const char * | rootPath, |
| const char * | path, | ||
| TCPSocket * | pTCPSocket | ||
| ) |
Instantiated by the HTTP Server.
| HTTPRequestHandler | ( | const char * | rootPath, |
| const char * | path, | ||
| TCPSocket * | pTCPSocket | ||
| ) |
Instantiated by the HTTP Server.
Generated on Thu Jul 14 2022 01:29:49 by
1.7.2
