Module
VCR::HttpStubbingAdapters::Excon
In:
lib/vcr/http_stubbing_adapters/excon.rb
Methods
create_stubs_checkpoint
http_connections_allowed?
ignored_hosts=
reset!
restore_stubs_checkpoint
stub_requests
stubbed_response_for
uri_should_be_ignored?
Included Modules
VCR::HttpStubbingAdapters::Common
Classes and Modules
Class
VCR::HttpStubbingAdapters::Excon::HttpConnectionNotAllowedError
Class
VCR::HttpStubbingAdapters::Excon::RequestHandler
Constants
MINIMUM_VERSION
=
'0.6.2'
MAXIMUM_VERSION
=
'0.6'
Attributes
http_connections_allowed
[W]
Public Instance methods
create_stubs_checkpoint
(cassette)
http_connections_allowed?
()
ignored_hosts=
(hosts)
reset!
()
restore_stubs_checkpoint
(cassette)
stub_requests
(http_interactions, match_attributes)
stubbed_response_for
(request)
uri_should_be_ignored?
(uri)
[Validate]