A version of LWIP, provided for backwards compatibility.

Dependents:   AA_DemoBoard DemoBoard HelloServerDemo DemoBoard_RangeIndicator ... more

Embed: (wiki syntax)

« Back to documentation index

HTTPFileSystemHandler Class Reference

HTTPFileSystemHandler Class Reference

This class will deliver files form the virtual file system. More...

#include <HTTPFS.h>

Public Member Functions

 HTTPFileSystemHandler (const char *path, const char *dir)
 Create a new HTTPFileSzstemHandler.
 HTTPFileSystemHandler (const char *path, const char *dir)
 Create a new HTTPFileSzstemHandler.
 HTTPFileSystemHandler (const char *path, const char *dir)
 Create a new HTTPFileSzstemHandler.
 HTTPFileSystemHandler (const char *path, const char *dir)
 Create a new HTTPFileSzstemHandler.
 HTTPFileSystemHandler (const char *path, const char *dir)
 Create a new HTTPFileSzstemHandler.

Detailed Description

This class will deliver files form the virtual file system.

Furthermore it is a simple example how to implement an HTTPHandler for big data requests.

Definition at line 36 of file precomp/HTTPServer/HTTPFS.h.


Constructor & Destructor Documentation

HTTPFileSystemHandler ( const char *  path,
const char *  dir 
)

Create a new HTTPFileSzstemHandler.

Parameters:
prefixThe Prefix is the URL Proefix in witch the Handler will work.
dirThe Prefix will be directly mappt on the dir.

Definition at line 43 of file precomp/HTTPServer/HTTPFS.h.

HTTPFileSystemHandler ( const char *  path,
const char *  dir 
)

Create a new HTTPFileSzstemHandler.

Parameters:
prefixThe Prefix is the URL Proefix in witch the Handler will work.
dirThe Prefix will be directly mappt on the dir.

Definition at line 43 of file tag/13/HTTPServer/HTTPFS.h.

HTTPFileSystemHandler ( const char *  path,
const char *  dir 
)

Create a new HTTPFileSzstemHandler.

Parameters:
prefixThe Prefix is the URL Proefix in witch the Handler will work.
dirThe Prefix will be directly mappt on the dir.

Definition at line 43 of file tag/13-precomp/HTTPServer/HTTPFS.h.

HTTPFileSystemHandler ( const char *  path,
const char *  dir 
)

Create a new HTTPFileSzstemHandler.

Parameters:
prefixThe Prefix is the URL Proefix in witch the Handler will work.
dirThe Prefix will be directly mappt on the dir.

Definition at line 42 of file tag/7/HTTPServer/HTTPFS.h.

HTTPFileSystemHandler ( const char *  path,
const char *  dir 
)

Create a new HTTPFileSzstemHandler.

Parameters:
prefixThe Prefix is the URL Proefix in witch the Handler will work.
dirThe Prefix will be directly mappt on the dir.

Definition at line 43 of file trunk/HTTPServer/HTTPFS.h.