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

Public Member Functions | |
| HTTPRequestHeader () | |
| ~HTTPRequestHeader () | |
| void | setAccept (const std::string &val) |
| void | setAcceptCharset (const std::string &val) |
| void | setAcceptEncoding (const std::string &val) |
| void | setAcceptLanguage (const std::string &val) |
| void | setAuthorization (const std::string &val) |
| void | setExpect (const std::string &val) |
| void | setFrom (const std::string &val) |
| void | setHost (const std::string &val) |
| void | setIfMatch (const std::string &val) |
| void | setIfModifiedSince (const std::string &val) |
| void | setIfNoneMatch (const std::string &val) |
| void | setIfRange (const std::string &val) |
| void | setIfUnmodifiedSince (const std::string &val) |
| void | setMaxForwards (const std::string &val) |
| void | setProxyAuthorization (const std::string &val) |
| void | setRange (const std::string &val) |
| void | setReferer (const std::string &val) |
| void | setTE (const std::string &val) |
| void | setUserAgent (const std::string &val) |
A class used to encapsulate a HTTP Request-Header
Definition at line 159 of file phttpclient.h.
|
|
Definition at line 161 of file phttpclient.h. |
|
|
Definition at line 162 of file phttpclient.h. |
|
|
Definition at line 164 of file phttpclient.h. |
|
|
Definition at line 167 of file phttpclient.h. |
|
|
Definition at line 170 of file phttpclient.h. |
|
|
Definition at line 173 of file phttpclient.h. |
|
|
Definition at line 176 of file phttpclient.h. |
|
|
Definition at line 179 of file phttpclient.h. |
|
|
Definition at line 182 of file phttpclient.h. |
|
|
Definition at line 185 of file phttpclient.h. |
|
|
Definition at line 188 of file phttpclient.h. |
|
|
Definition at line 191 of file phttpclient.h. |
|
|
Definition at line 194 of file phttpclient.h. |
|
|
Definition at line 197 of file phttpclient.h. |
|
|
Definition at line 200 of file phttpclient.h. |
|
|
Definition at line 203 of file phttpclient.h. |
|
|
Definition at line 206 of file phttpclient.h. |
|
|
Definition at line 209 of file phttpclient.h. |
|
|
Definition at line 212 of file phttpclient.h. |
|
|
Definition at line 215 of file phttpclient.h. |
|
|
Definition at line 218 of file phttpclient.h. |
1.3.3