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

Public Member Functions | |
| HTTPClient (int domain) throw (IOError) | |
| HTTPClient (const NetworkAddress &addr, port_t port) throw (IOError) | |
| virtual | ~HTTPClient () throw () |
| void | connect (const NetworkAddress &addr, port_t port) throw (IOError) |
| void | sendRequest (const HTTPRequest &req) throw (IOError) |
| std::auto_ptr< HTTPResponse > | readResponse () throw (IOError) |
| size_t | readBody (const HTTPResponse &resp, char *buffer, size_t size) |
Definition at line 361 of file phttpclient.h.
|
|
|
|
||||||||||||
|
|
|
|
|
|
||||||||||||
|
Reimplemented from P::StreamSocket. Definition at line 369 of file phttpclient.h. |
|
||||||||||||||||
|
|
|
|
|
|
|
|
1.3.3