#include <xmltooling/soap/HTTPSOAPTransport.h>
Inheritance diagram for xmltooling::HTTPSOAPTransport:
Public Member Functions | |
virtual bool | useChunkedEncoding (bool chunked=true)=0 |
Indicate whether content should be sent using HTTP 1.1 and Chunked Transport-Encoding, or buffered and sent with a Content-Length. | |
virtual bool | setRequestHeader (const char *name, const char *value)=0 |
Sets an outgoing HTTP request header. | |
virtual bool | followRedirects (bool follow, unsigned int maxRedirs) |
Controls redirect behavior. | |
virtual const std::vector< std::string > & | getResponseHeader (const char *name) const =0 |
Returns the values of an HTTP response header. |
|
Controls redirect behavior.
|
|
Returns the values of an HTTP response header.
|
|
Sets an outgoing HTTP request header.
|
|
Indicate whether content should be sent using HTTP 1.1 and Chunked Transport-Encoding, or buffered and sent with a Content-Length.
|