#include <phttpclient.h>
Public Types | |
| enum | reqmethod_t { METHOD_HEAD = 0, METHOD_GET = 1, METHOD_POST = 2, METHOD_PUT = 3, METHOD_DELETE = 4 } |
| HTTP Request methods. More... | |
Public Member Functions | |
| HTTPRequest (reqmethod_t method, const URL &url) | |
| ~HTTPRequest () | |
| reqmethod_t | method () const |
| const URL & | url () const |
| const HTTPRequestHeader & | header () const |
| HTTPRequestHeader & | header () |
Definition at line 298 of file phttpclient.h.
|
|
HTTP Request methods.
Definition at line 301 of file phttpclient.h. |
|
||||||||||||
|
|
|
|
|
|
|
Definition at line 321 of file phttpclient.h. |
|
|
Definition at line 318 of file phttpclient.h. |
|
|
Definition at line 312 of file phttpclient.h. |
|
|
Definition at line 315 of file phttpclient.h. |
1.3.3