requests.http

Undocumented in source.

Members

Classes

BasicAuthentication
class BasicAuthentication
Undocumented in source.
ConnectError
class ConnectError
Undocumented in source.
OpenSslSocket
class OpenSslSocket
Undocumented in source.
RequestException
class RequestException
Undocumented in source.
SSLSocketStream
class SSLSocketStream
Undocumented in source.
SocketStream
class SocketStream
Undocumented in source.
TCPSocketStream
class TCPSocketStream
Undocumented in source.
TimeoutException
class TimeoutException
Undocumented in source.

Functions

OpenSSL_add_all_ciphers
void OpenSSL_add_all_ciphers()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OpenSSL_add_all_digests
void OpenSSL_add_all_digests()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SSL_CTX_ctrl
long SSL_CTX_ctrl(SSL_CTX* ctx, int cmd, long larg, void* parg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SSL_CTX_free
void SSL_CTX_free(SSL_CTX* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SSL_CTX_get_mode
long SSL_CTX_get_mode(SSL_CTX* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SSL_CTX_new
SSL_CTX* SSL_CTX_new(SSL_METHOD* method)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SSL_CTX_set_mode
long SSL_CTX_set_mode(SSL_CTX* ctx, long mode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SSL_connect
int SSL_connect(SSL* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SSL_free
void SSL_free(SSL* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SSL_get_mode
long SSL_get_mode(SSL* ssl)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SSL_library_init
int SSL_library_init()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SSL_load_error_strings
void SSL_load_error_strings()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SSL_new
SSL* SSL_new(SSL_CTX* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SSL_read
int SSL_read(SSL* , void* , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SSL_set_fd
int SSL_set_fd(SSL* , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SSL_set_mode
long SSL_set_mode(SSL* ssl, long mode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SSL_shutdown
int SSL_shutdown(SSL* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SSL_write
int SSL_write(SSL* , void* , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SSLv3_client_method
SSL_METHOD* SSLv3_client_method()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TLSv1_2_client_method
SSL_METHOD* TLSv1_2_client_method()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TLSv1_client_method
SSL_METHOD* TLSv1_client_method()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Interfaces

Auth
interface Auth
Undocumented in source.

Structs

PostFile
struct PostFile
Undocumented in source.
Request
struct Request

Request main structure

Response
struct Response

Response - this is result of request

SSL
struct SSL
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SSL_CTX
struct SSL_CTX
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SSL_METHOD
struct SSL_METHOD
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Templates

rank
template rank(R)
Undocumented in source.

Meta