Inheritance diagram for HttpResponseHeader:

Public Member Functions | |
| void | free () |
| virtual string * | getValue (const char *name, string *out) |
| HttpResponseHeader () | |
| virtual string * | setValue (const char *name, const char *in) |
| ~HttpResponseHeader () | |
Public Attributes | |
| string | auth |
| string | connection |
| string | contentLength |
| string | contentType |
| string | cookie |
| string | date |
| string | dateExp |
| string | errorType |
| int | httpStatus |
| string | lastModified |
| string | location |
| string | mimeVer |
| HashMap< string, HttpResponseHeader::Entry * > | other |
| string | serverName |
| string | ver |
|
|
Create the object. |
|
|
Destroy the object. |
|
|
Reset the object. |
|
||||||||||||
|
Get the value of the [name] field. Implements HttpHeader. |
|
||||||||||||
|
Set the value of the [name] field to [in]. Implements HttpHeader. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.3.9.1