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.
HTTPDynamicPage Class Reference
This class Provide a Handler to send Static HTTP Pages from the bin file. More...
#include <HTTPDynamicPage.h>
Public Member Functions | |
| HTTPDynamicPage (const char *path, HTTPStatus page_fnc(HTTPConnection *con, HTTPDynamicPageData *pd)) | |
| Constructor takes the page path and the page callback function. | |
Detailed Description
This class Provide a Handler to send Static HTTP Pages from the bin file.
Definition at line 41 of file HTTPDynamicPage.h.
Constructor & Destructor Documentation
| HTTPDynamicPage | ( | const char * | path, |
| HTTPStatus | page_fncHTTPConnection *con, HTTPDynamicPageData *pd | ||
| ) |
Constructor takes the page path and the page callback function.
Definition at line 46 of file HTTPDynamicPage.h.
Generated on Tue Jul 12 2022 20:39:38 by
1.7.2