Class: HTTPAccess2::Client

Inherits:
HTTPClient show all
Defined in:
lib/http-access2.rb

Defined Under Namespace

Classes: RetryableResponse

Constant Summary

Constants inherited from HTTPClient

HTTPClient::DEBUG_SSL, HTTPClient::NTLMEnabled, HTTPClient::RUBY_VERSION_STRING, HTTPClient::SSLEnabled, HTTPClient::SSPIEnabled, HTTPClient::VERSION

Instance Attribute Summary

Attributes inherited from HTTPClient

#agent_name, #cookie_manager, #from, #proxy_auth, #request_filter, #ssl_config, #test_loopback_response, #www_auth

Method Summary

Methods inherited from HTTPClient

#connect_timeout, #connect_timeout=, #debug_dev, #debug_dev=, #default_redirect_uri_callback, #delete, #delete_async, #get, #get_async, #get_content, #head, #head_async, #initialize, #no_proxy, #no_proxy=, #options, #options_async, #post, #post_async, #post_content, #protocol_version, #protocol_version=, #proxy, #proxy=, #put, #put_async, #receive_timeout, #receive_timeout=, #redirect_uri_callback=, #request, #request_async, #reset, #reset_all, #save_cookie_store, #send_timeout, #send_timeout=, #set_auth, #set_basic_auth, #set_cookie_store, #set_proxy_auth, #socket_sync=, #strict_redirect_uri_callback, #test_loopback_http_response, #trace, #trace_async

Methods included from HTTPClient::Util

hash_find_value, parse_challenge_param, uri_dirname, uri_part_of, #urify

Constructor Details

This class inherits a constructor from HTTPClient