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

HTTPFields Class Reference

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:
prefixThe prefix path on witch we will execute the Handler. Means add the fields.
fieldsThe 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.