Class: Percy::Client::Connection::NoCookiesHTTPClientAdapter
- Inherits:
-
Faraday::Adapter::HTTPClient
- Object
- Faraday::Adapter::HTTPClient
- Percy::Client::Connection::NoCookiesHTTPClientAdapter
- Defined in:
- lib/percy/client/connection.rb
Instance Method Summary collapse
Instance Method Details
#client ⇒ Object
9 10 11 12 13 14 15 |
# File 'lib/percy/client/connection.rb', line 9 def client @client ||= ::HTTPClient.new @client. = nil @client.ssl_config. |= OpenSSL::SSL::OP_NO_SSLv2 @client.ssl_config. |= OpenSSL::SSL::OP_NO_SSLv3 @client end |