Port of LwIP performed by Ralf in 2010. Not recommended for use with recent mbed libraries, but good demos of raw LwIP possible

Dependents:   LwIP_raw_API_serverExample tiny-dtls

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.

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 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 HTTPFS.h.