A version of LWIP, provided for backwards compatibility.

Dependents:   AA_DemoBoard DemoBoard HelloServerDemo DemoBoard_RangeIndicator ... more

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.
 HTTPFields (const char *prefix, const char *fields)
 Create new HTTPFields.
 HTTPFields (const char *prefix, const char *fields)
 Create new HTTPFields.
 HTTPFields (const char *prefix, const char *fields)
 Create new HTTPFields.
 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 precomp/HTTPServer/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 precomp/HTTPServer/HTTPFields.h.

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 tag/13/HTTPServer/HTTPFields.h.

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 tag/13-precomp/HTTPServer/HTTPFields.h.

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 tag/7/HTTPServer/HTTPFields.h.

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 trunk/HTTPServer/HTTPFields.h.