Module | Excon |
In: |
lib/excon.rb
lib/excon/errors.rb lib/excon/response.rb lib/excon/connection.rb |
VERSION | = | '0.6.3' |
CHUNK_SIZE | = | 1048576 |
ssl_ca_path | [RW] | @return [String] The filesystem path to the SSL Certificate Authority |
ssl_verify_peer | [R] | @return [true, false] Whether or not to verify the peer‘s SSL certificate / chain |
Change the status of mocking false is the default and works as expected true returns a value from stubs or raises
@see Connection#initialize Initializes a new keep-alive session for a given remote host
@param [String] url The destination URL @param [Hash<Symbol, >] params One or more option params to set on the Connection instance @return [Connection] A new Excon::Connection instance