Mitesh Patel / Mbed 2 deprecated camera_online_server

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

HTTPDynamicPage Class Reference

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.