#include <phttpclient.h>
Inheritance diagram for P::HTTPHeader:

Public Types | |
| typedef std::map< std::string, std::string > | field_map |
| typedef field_map::iterator | iterator |
| typedef field_map::const_iterator | const_iterator |
Public Member Functions | |
| HTTPHeader () | |
| ~HTTPHeader () | |
| void | set (const std::string &head, const std::string &val) |
| const std::string & | get (const std::string &head) const |
| bool | remove (const std::string &head) |
| bool | contains (const std::string &head) const |
| void | setCacheControl (const std::string &val) |
| void | setConnection (const std::string &val) |
| const std::string & | connection () const |
| void | setDate (const std::string &val) |
| void | setPragma (const std::string &val) |
| void | setTrailer (const std::string &val) |
| void | setTransferEncoding (const std::string &val) |
| const std::string & | transferEncoding () const |
| void | setUpgrade (const std::string &val) |
| void | setVia (const std::string &val) |
| void | setWarning (const std::string &val) |
| const std::string & | operator[] (const std::string &head) const |
| const_iterator | begin () const |
| const_iterator | end () const |
| iterator | begin () |
| iterator | end () |
The base class for a HTTP-Request or -Response.
Definition at line 87 of file phttpclient.h.
|
|
Definition at line 91 of file phttpclient.h. |
|
|
Definition at line 89 of file phttpclient.h. |
|
|
Definition at line 90 of file phttpclient.h. |
|
|
|
|
|
|
|
|
Definition at line 143 of file phttpclient.h. |
|
|
Definition at line 137 of file phttpclient.h. |
|
|
Definition at line 108 of file phttpclient.h. |
|
|
|
|
|
Definition at line 146 of file phttpclient.h. |
|
|
Definition at line 140 of file phttpclient.h. |
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
Definition at line 102 of file phttpclient.h. |
|
|
Definition at line 105 of file phttpclient.h. |
|
|
Definition at line 111 of file phttpclient.h. |
|
|
Definition at line 114 of file phttpclient.h. |
|
|
Definition at line 117 of file phttpclient.h. |
|
|
Definition at line 120 of file phttpclient.h. |
|
|
Definition at line 126 of file phttpclient.h. |
|
|
Definition at line 129 of file phttpclient.h. |
|
|
Definition at line 132 of file phttpclient.h. |
|
|
Definition at line 123 of file phttpclient.h. |
1.3.3