Add headers to request
Add interceptor to request.
Remove any previously added headers.
Execute GET for http and retrieve file for FTP. You have to provide at least uri. All other arguments should conform to HTTPRequest.get or FTPRequest.get depending on the URI scheme. When arguments do not conform scheme (for example you try to call get("ftp://somehost.net/pub/README", {"a":"b"}) which doesn't make sense) you will receive Exception("Operation not supported for ftp")
helper
Set/Get path for next request.
Set path to certificate authority file.
Set path and format for ssl certificate file.
Set path and format for ssl key file.
Enable/disable ssl peer verification..
Set and Get uri for next request.
* Structure Request provides configuration, connection pooling, cookie * persistance. You can consider it as 'Session'.