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: LwIP_raw_API_serverExample tiny-dtls
HTTPFields Class Reference
A simple HTTPHandler which will add new fields to the httpresult header. More...
#include <HTTPFields.h>
Public Member Functions | |
| HTTPFields (const char *prefix, const char *fields) | |
| Create new HTTPFields. | |
Detailed Description
A simple HTTPHandler which will add new fields to the httpresult header.
It can be used for adding caching strtegies.
Definition at line 10 of file HTTPFields.h.
Constructor & Destructor Documentation
| HTTPFields | ( | const char * | prefix, |
| const char * | fields | ||
| ) |
Create new HTTPFields.
- Parameters:
-
prefix The prefix path on witch we will execute the Handler. Means add the fields. fields The Fields wicht are added to all Handlers with the same prefix and which are added after this one.
Definition at line 17 of file HTTPFields.h.
Generated on Tue Jul 12 2022 18:50:04 by
1.7.2