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.
Dependents: AA_DemoBoard DemoBoard HelloServerDemo DemoBoard_RangeIndicator ... more
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:
-
prefix The Prefix is the URL Proefix in witch the Handler will work. dir The 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:
-
prefix The Prefix is the URL Proefix in witch the Handler will work. dir The 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:
-
prefix The Prefix is the URL Proefix in witch the Handler will work. dir The 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:
-
prefix The Prefix is the URL Proefix in witch the Handler will work. dir The 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:
-
prefix The Prefix is the URL Proefix in witch the Handler will work. dir The Prefix will be directly mappt on the dir.
Definition at line 43 of file trunk/HTTPServer/HTTPFS.h.
Generated on Tue Jul 12 2022 16:06:31 by
1.7.2
