A version of LWIP, provided for backwards compatibility.

Dependents:   AA_DemoBoard DemoBoard HelloServerDemo DemoBoard_RangeIndicator ... more

Embed: (wiki syntax)

« Back to documentation index

HTTPStaticPage Class Reference

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.