Module WebMock
In: lib/webmock/rack_response.rb
lib/webmock/request_body_diff.rb
lib/webmock/request_execution_verifier.rb
lib/webmock/errors.rb
lib/webmock/version.rb
lib/webmock/callback_registry.rb
lib/webmock/webmock.rb
lib/webmock/request_pattern.rb
lib/webmock/assertion_failure.rb
lib/webmock/stub_registry.rb
lib/webmock/request_registry.rb
lib/webmock/responses_sequence.rb
lib/webmock/http_lib_adapters/patron_adapter.rb
lib/webmock/http_lib_adapters/em_http_request/em_http_request_0_x.rb
lib/webmock/http_lib_adapters/em_http_request/em_http_request_1_x.rb
lib/webmock/http_lib_adapters/curb_adapter.rb
lib/webmock/http_lib_adapters/http_rb_adapter.rb
lib/webmock/http_lib_adapters/manticore_adapter.rb
lib/webmock/http_lib_adapters/httpclient_adapter.rb
lib/webmock/http_lib_adapters/excon_adapter.rb
lib/webmock/http_lib_adapters/http_lib_adapter_registry.rb
lib/webmock/http_lib_adapters/net_http.rb
lib/webmock/http_lib_adapters/typhoeus_hydra_adapter.rb
lib/webmock/http_lib_adapters/http_lib_adapter.rb
lib/webmock/rspec/matchers.rb
lib/webmock/rspec/matchers/request_pattern_matcher.rb
lib/webmock/rspec/matchers/webmock_matcher.rb
lib/webmock/api.rb
lib/webmock/request_signature.rb
lib/webmock/stub_request_snippet.rb
lib/webmock/request_signature_snippet.rb
lib/webmock/util/version_checker.rb
lib/webmock/util/hash_validator.rb
lib/webmock/util/headers.rb
lib/webmock/util/hash_keys_stringifier.rb
lib/webmock/util/json.rb
lib/webmock/util/uri.rb
lib/webmock/util/hash_counter.rb
lib/webmock/response.rb
lib/webmock/matchers/hash_including_matcher.rb
lib/webmock/deprecation.rb
lib/webmock/config.rb
lib/webmock/request_stub.rb

This is a copy of github.com/jnunemaker/crack/blob/master/lib/crack/json.rb with date parsing removed Copyright (c) 2004-2008 David Heinemeier Hansson Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Methods

Included Modules

WebMock::API

Classes and Modules

Module WebMock::API
Module WebMock::HttpLibAdapters
Module WebMock::Matchers
Module WebMock::NetHTTPUtility
Module WebMock::RSpecMatcherDetector
Module WebMock::Util
Class WebMock::AssertionFailure
Class WebMock::BodyPattern
Class WebMock::CallbackRegistry
Class WebMock::Config
Class WebMock::Deprecation
Class WebMock::DynamicResponse
Class WebMock::HashValidator
Class WebMock::HeadersPattern
Class WebMock::HttpLibAdapter
Class WebMock::HttpLibAdapterRegistry
Class WebMock::MethodPattern
Class WebMock::NetConnectNotAllowedError
Class WebMock::RackResponse
Class WebMock::RequestBodyDiff
Class WebMock::RequestExecutionVerifier
Class WebMock::RequestPattern
Class WebMock::RequestPatternMatcher
Class WebMock::RequestRegistry
Class WebMock::RequestSignature
Class WebMock::RequestSignatureSnippet
Class WebMock::RequestStub
Class WebMock::Response
Class WebMock::ResponseFactory
Class WebMock::ResponsesSequence
Class WebMock::StubRegistry
Class WebMock::StubRequestSnippet
Class WebMock::URIAddressablePattern
Class WebMock::URIPattern
Class WebMock::URIRegexpPattern
Class WebMock::URIStringPattern
Class WebMock::VersionChecker
Class WebMock::WebMockMatcher

Constants

VERSION = '1.24.3' unless defined?(::WebMock::VERSION)

External Aliases

a_request -> request

Public Class methods

Public Instance methods

[Validate]