#include <Pt/Http/Message.h>
Field of a HTTP header.
|
|
| Field () |
| | Default constructor.
|
|
| Field (const char *f, const char *s) |
| | Construct with field name and value.
|
|
const char * | name () const |
| | Returns the field name.
|
|
void | setName (const char *name) |
| | Sets the field name.
|
|
const char * | value () const |
| | Returns the field value.
|
|
void | setValue (const char *value) |
| | Sets the field value.
|