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 lwip by
HTTPStaticPage Class Reference
This class Provide a Handler to send Static HTTP Pages from the bin file. More...
#include <HTTPStaticPage.h>
Public Member Functions | |
HTTPStaticPage (const char *path, const char *page, int length=0) | |
Constructer takes the pagename and the pagedata. | |
HTTPStaticPage (const char *path, const char *page, int length=0) | |
Constructer takes the pagename and the pagedata. | |
HTTPStaticPage (const char *path, const char *page, int length=0) | |
Constructer takes the pagename and the pagedata. | |
HTTPStaticPage (const char *path, const char *page, int length=0) | |
Constructer takes the pagename and the pagedata. | |
HTTPStaticPage (const char *path, const char *page, int length=0) | |
Constructer takes the pagename and the pagedata. |
Detailed Description
This class Provide a Handler to send Static HTTP Pages from the bin file.
Definition at line 17 of file precomp/HTTPServer/HTTPStaticPage.h.
Constructor & Destructor Documentation
HTTPStaticPage | ( | const char * | path, |
const char * | page, | ||
int | length = 0 |
||
) |
Constructer takes the pagename and the pagedata.
As long as the pagedata is NULL terminated you have not to tell the data length. But if you want to send binary data you should tell us the size.
Definition at line 24 of file precomp/HTTPServer/HTTPStaticPage.h.
HTTPStaticPage | ( | const char * | path, |
const char * | page, | ||
int | length = 0 |
||
) |
Constructer takes the pagename and the pagedata.
As long as the pagedata is NULL terminated you have not to tell the data length. But if you want to send binary data you should tell us the size.
Definition at line 24 of file tag/13/HTTPServer/HTTPStaticPage.h.
HTTPStaticPage | ( | const char * | path, |
const char * | page, | ||
int | length = 0 |
||
) |
Constructer takes the pagename and the pagedata.
As long as the pagedata is NULL terminated you have not to tell the data length. But if you want to send binary data you should tell us the size.
Definition at line 24 of file tag/13-precomp/HTTPServer/HTTPStaticPage.h.
HTTPStaticPage | ( | const char * | path, |
const char * | page, | ||
int | length = 0 |
||
) |
Constructer takes the pagename and the pagedata.
As long as the pagedata is NULL terminated you have not to tell the data length. But if you want to send binary data you should tell us the size.
Definition at line 24 of file tag/7/HTTPServer/HTTPStaticPage.h.
HTTPStaticPage | ( | const char * | path, |
const char * | page, | ||
int | length = 0 |
||
) |
Constructer takes the pagename and the pagedata.
As long as the pagedata is NULL terminated you have not to tell the data length. But if you want to send binary data you should tell us the size.
Definition at line 24 of file trunk/HTTPServer/HTTPStaticPage.h.
Generated on Tue Jul 12 2022 16:07:24 by
