logstash-output-scalyr 0.1.8 → 0.1.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +27 -0
- data/Gemfile +5 -0
- data/README.md +3 -2
- data/lib/logstash/outputs/scalyr.rb +226 -138
- data/lib/scalyr/common/client.rb +76 -50
- data/lib/scalyr/common/util.rb +7 -0
- data/lib/scalyr/constants.rb +2 -0
- data/logstash-output-scalyr.gemspec +1 -1
- data/spec/logstash/outputs/scalyr_integration_spec.rb +148 -8
- data/spec/logstash/outputs/scalyr_spec.rb +12 -6
- data/vendor/bundle/jruby/2.5.0/bin/htmldiff +1 -1
- data/vendor/bundle/jruby/2.5.0/bin/ldiff +1 -1
- data/vendor/bundle/jruby/2.5.0/cache/addressable-2.7.0.gem +0 -0
- data/vendor/bundle/jruby/2.5.0/cache/crack-0.4.5.gem +0 -0
- data/vendor/bundle/jruby/2.5.0/cache/hashdiff-1.0.1.gem +0 -0
- data/vendor/bundle/jruby/2.5.0/cache/public_suffix-4.0.6.gem +0 -0
- data/vendor/bundle/jruby/2.5.0/cache/rexml-3.2.5.gem +0 -0
- data/vendor/bundle/jruby/2.5.0/cache/webmock-3.13.0.gem +0 -0
- data/vendor/bundle/jruby/2.5.0/gems/addressable-2.7.0/CHANGELOG.md +235 -0
- data/vendor/bundle/jruby/2.5.0/gems/addressable-2.7.0/Gemfile +32 -0
- data/vendor/bundle/jruby/2.5.0/gems/addressable-2.7.0/LICENSE.txt +202 -0
- data/vendor/bundle/jruby/2.5.0/gems/addressable-2.7.0/README.md +121 -0
- data/vendor/bundle/jruby/2.5.0/gems/addressable-2.7.0/Rakefile +34 -0
- data/vendor/bundle/jruby/2.5.0/gems/addressable-2.7.0/data/unicode.data +0 -0
- data/vendor/bundle/jruby/2.5.0/gems/addressable-2.7.0/lib/addressable.rb +4 -0
- data/vendor/bundle/jruby/2.5.0/gems/addressable-2.7.0/lib/addressable/idna.rb +27 -0
- data/vendor/bundle/jruby/2.5.0/gems/addressable-2.7.0/lib/addressable/idna/native.rb +61 -0
- data/vendor/bundle/jruby/2.5.0/gems/addressable-2.7.0/lib/addressable/idna/pure.rb +676 -0
- data/vendor/bundle/jruby/2.5.0/gems/addressable-2.7.0/lib/addressable/template.rb +1045 -0
- data/vendor/bundle/jruby/2.5.0/gems/addressable-2.7.0/lib/addressable/uri.rb +2529 -0
- data/vendor/bundle/jruby/2.5.0/gems/addressable-2.7.0/lib/addressable/version.rb +32 -0
- data/vendor/bundle/jruby/2.5.0/gems/addressable-2.7.0/spec/addressable/idna_spec.rb +300 -0
- data/vendor/bundle/jruby/2.5.0/gems/addressable-2.7.0/spec/addressable/net_http_compat_spec.rb +30 -0
- data/vendor/bundle/jruby/2.5.0/gems/addressable-2.7.0/spec/addressable/rack_mount_compat_spec.rb +106 -0
- data/vendor/bundle/jruby/2.5.0/gems/addressable-2.7.0/spec/addressable/security_spec.rb +59 -0
- data/vendor/bundle/jruby/2.5.0/gems/addressable-2.7.0/spec/addressable/template_spec.rb +1451 -0
- data/vendor/bundle/jruby/2.5.0/gems/addressable-2.7.0/spec/addressable/uri_spec.rb +6603 -0
- data/vendor/bundle/jruby/2.5.0/gems/addressable-2.7.0/spec/spec_helper.rb +24 -0
- data/vendor/bundle/jruby/2.5.0/gems/addressable-2.7.0/tasks/clobber.rake +4 -0
- data/vendor/bundle/jruby/2.5.0/gems/addressable-2.7.0/tasks/gem.rake +93 -0
- data/vendor/bundle/jruby/2.5.0/gems/addressable-2.7.0/tasks/git.rake +47 -0
- data/vendor/bundle/jruby/2.5.0/gems/addressable-2.7.0/tasks/metrics.rake +24 -0
- data/vendor/bundle/jruby/2.5.0/gems/addressable-2.7.0/tasks/rspec.rake +23 -0
- data/vendor/bundle/jruby/2.5.0/gems/addressable-2.7.0/tasks/yard.rake +29 -0
- data/vendor/bundle/jruby/2.5.0/gems/crack-0.4.5/lib/crack.rb +7 -0
- data/vendor/bundle/jruby/2.5.0/gems/crack-0.4.5/lib/crack/json.rb +98 -0
- data/vendor/bundle/jruby/2.5.0/gems/crack-0.4.5/lib/crack/util.rb +17 -0
- data/vendor/bundle/jruby/2.5.0/gems/crack-0.4.5/lib/crack/version.rb +3 -0
- data/vendor/bundle/jruby/2.5.0/gems/crack-0.4.5/lib/crack/xml.rb +238 -0
- data/vendor/bundle/jruby/2.5.0/gems/hashdiff-1.0.1/Gemfile +8 -0
- data/vendor/bundle/jruby/2.5.0/gems/hashdiff-1.0.1/LICENSE +19 -0
- data/vendor/bundle/jruby/2.5.0/gems/hashdiff-1.0.1/README.md +276 -0
- data/vendor/bundle/jruby/2.5.0/gems/hashdiff-1.0.1/Rakefile +18 -0
- data/vendor/bundle/jruby/2.5.0/gems/hashdiff-1.0.1/changelog.md +100 -0
- data/vendor/bundle/jruby/2.5.0/gems/hashdiff-1.0.1/hashdiff.gemspec +39 -0
- data/vendor/bundle/jruby/2.5.0/gems/hashdiff-1.0.1/lib/hashdiff.rb +10 -0
- data/vendor/bundle/jruby/2.5.0/gems/hashdiff-1.0.1/lib/hashdiff/compare_hashes.rb +69 -0
- data/vendor/bundle/jruby/2.5.0/gems/hashdiff-1.0.1/lib/hashdiff/diff.rb +177 -0
- data/vendor/bundle/jruby/2.5.0/gems/hashdiff-1.0.1/lib/hashdiff/lcs.rb +66 -0
- data/vendor/bundle/jruby/2.5.0/gems/hashdiff-1.0.1/lib/hashdiff/lcs_compare_arrays.rb +32 -0
- data/vendor/bundle/jruby/2.5.0/gems/hashdiff-1.0.1/lib/hashdiff/linear_compare_array.rb +159 -0
- data/vendor/bundle/jruby/2.5.0/gems/hashdiff-1.0.1/lib/hashdiff/patch.rb +88 -0
- data/vendor/bundle/jruby/2.5.0/gems/hashdiff-1.0.1/lib/hashdiff/util.rb +155 -0
- data/vendor/bundle/jruby/2.5.0/gems/hashdiff-1.0.1/lib/hashdiff/version.rb +5 -0
- data/vendor/bundle/jruby/2.5.0/gems/hashdiff-1.0.1/spec/hashdiff/best_diff_spec.rb +75 -0
- data/vendor/bundle/jruby/2.5.0/gems/hashdiff-1.0.1/spec/hashdiff/diff_array_spec.rb +60 -0
- data/vendor/bundle/jruby/2.5.0/gems/hashdiff-1.0.1/spec/hashdiff/diff_spec.rb +360 -0
- data/vendor/bundle/jruby/2.5.0/gems/hashdiff-1.0.1/spec/hashdiff/lcs_spec.rb +76 -0
- data/vendor/bundle/jruby/2.5.0/gems/hashdiff-1.0.1/spec/hashdiff/linear_compare_array_spec.rb +50 -0
- data/vendor/bundle/jruby/2.5.0/gems/hashdiff-1.0.1/spec/hashdiff/patch_spec.rb +185 -0
- data/vendor/bundle/jruby/2.5.0/gems/hashdiff-1.0.1/spec/hashdiff/readme_spec.rb +15 -0
- data/vendor/bundle/jruby/2.5.0/gems/hashdiff-1.0.1/spec/hashdiff/util_spec.rb +116 -0
- data/vendor/bundle/jruby/2.5.0/gems/hashdiff-1.0.1/spec/spec_helper.rb +15 -0
- data/vendor/bundle/jruby/2.5.0/gems/public_suffix-4.0.6/2.0-Upgrade.md +52 -0
- data/vendor/bundle/jruby/2.5.0/gems/public_suffix-4.0.6/CHANGELOG.md +406 -0
- data/vendor/bundle/jruby/2.5.0/gems/public_suffix-4.0.6/Gemfile +15 -0
- data/vendor/bundle/jruby/2.5.0/gems/public_suffix-4.0.6/LICENSE.txt +22 -0
- data/vendor/bundle/jruby/2.5.0/gems/public_suffix-4.0.6/README.md +207 -0
- data/vendor/bundle/jruby/2.5.0/gems/public_suffix-4.0.6/Rakefile +51 -0
- data/vendor/bundle/jruby/2.5.0/gems/public_suffix-4.0.6/SECURITY.md +104 -0
- data/vendor/bundle/jruby/2.5.0/gems/public_suffix-4.0.6/bin/console +15 -0
- data/vendor/bundle/jruby/2.5.0/gems/public_suffix-4.0.6/codecov.yml +12 -0
- data/vendor/bundle/jruby/2.5.0/gems/public_suffix-4.0.6/data/list.txt +13380 -0
- data/vendor/bundle/jruby/2.5.0/gems/public_suffix-4.0.6/lib/public_suffix.rb +179 -0
- data/vendor/bundle/jruby/2.5.0/gems/public_suffix-4.0.6/lib/public_suffix/domain.rb +235 -0
- data/vendor/bundle/jruby/2.5.0/gems/public_suffix-4.0.6/lib/public_suffix/errors.rb +41 -0
- data/vendor/bundle/jruby/2.5.0/gems/public_suffix-4.0.6/lib/public_suffix/list.rb +247 -0
- data/vendor/bundle/jruby/2.5.0/gems/public_suffix-4.0.6/lib/public_suffix/rule.rb +350 -0
- data/vendor/bundle/jruby/2.5.0/gems/public_suffix-4.0.6/lib/public_suffix/version.rb +13 -0
- data/vendor/bundle/jruby/2.5.0/gems/public_suffix-4.0.6/public_suffix.gemspec +29 -0
- data/vendor/bundle/jruby/2.5.0/gems/public_suffix-4.0.6/test/acceptance_test.rb +131 -0
- data/vendor/bundle/jruby/2.5.0/gems/public_suffix-4.0.6/test/benchmarks/bm_find.rb +66 -0
- data/vendor/bundle/jruby/2.5.0/gems/public_suffix-4.0.6/test/benchmarks/bm_find_all.rb +102 -0
- data/vendor/bundle/jruby/2.5.0/gems/public_suffix-4.0.6/test/benchmarks/bm_names.rb +91 -0
- data/vendor/bundle/jruby/2.5.0/gems/public_suffix-4.0.6/test/benchmarks/bm_select.rb +26 -0
- data/vendor/bundle/jruby/2.5.0/gems/public_suffix-4.0.6/test/benchmarks/bm_select_incremental.rb +25 -0
- data/vendor/bundle/jruby/2.5.0/gems/public_suffix-4.0.6/test/benchmarks/bm_valid.rb +101 -0
- data/vendor/bundle/jruby/2.5.0/gems/public_suffix-4.0.6/test/profilers/domain_profiler.rb +12 -0
- data/vendor/bundle/jruby/2.5.0/gems/public_suffix-4.0.6/test/profilers/find_profiler.rb +12 -0
- data/vendor/bundle/jruby/2.5.0/gems/public_suffix-4.0.6/test/profilers/find_profiler_jp.rb +12 -0
- data/vendor/bundle/jruby/2.5.0/gems/public_suffix-4.0.6/test/profilers/initialization_profiler.rb +11 -0
- data/vendor/bundle/jruby/2.5.0/gems/public_suffix-4.0.6/test/profilers/list_profsize.rb +11 -0
- data/vendor/bundle/jruby/2.5.0/gems/public_suffix-4.0.6/test/profilers/object_binsize.rb +57 -0
- data/vendor/bundle/jruby/2.5.0/gems/public_suffix-4.0.6/test/psl_test.rb +52 -0
- data/vendor/bundle/jruby/2.5.0/gems/public_suffix-4.0.6/test/test_helper.rb +18 -0
- data/vendor/bundle/jruby/2.5.0/gems/public_suffix-4.0.6/test/tests.txt +98 -0
- data/vendor/bundle/jruby/2.5.0/gems/public_suffix-4.0.6/test/unit/domain_test.rb +106 -0
- data/vendor/bundle/jruby/2.5.0/gems/public_suffix-4.0.6/test/unit/errors_test.rb +25 -0
- data/vendor/bundle/jruby/2.5.0/gems/public_suffix-4.0.6/test/unit/list_test.rb +241 -0
- data/vendor/bundle/jruby/2.5.0/gems/public_suffix-4.0.6/test/unit/public_suffix_test.rb +188 -0
- data/vendor/bundle/jruby/2.5.0/gems/public_suffix-4.0.6/test/unit/rule_test.rb +222 -0
- data/vendor/bundle/jruby/2.5.0/gems/rexml-3.2.5/LICENSE.txt +22 -0
- data/vendor/bundle/jruby/2.5.0/gems/rexml-3.2.5/NEWS.md +178 -0
- data/vendor/bundle/jruby/2.5.0/gems/rexml-3.2.5/README.md +48 -0
- data/vendor/bundle/jruby/2.5.0/gems/rexml-3.2.5/doc/rexml/context.rdoc +143 -0
- data/vendor/bundle/jruby/2.5.0/gems/rexml-3.2.5/doc/rexml/tasks/rdoc/child.rdoc +87 -0
- data/vendor/bundle/jruby/2.5.0/gems/rexml-3.2.5/doc/rexml/tasks/rdoc/document.rdoc +276 -0
- data/vendor/bundle/jruby/2.5.0/gems/rexml-3.2.5/doc/rexml/tasks/rdoc/element.rdoc +602 -0
- data/vendor/bundle/jruby/2.5.0/gems/rexml-3.2.5/doc/rexml/tasks/rdoc/node.rdoc +97 -0
- data/vendor/bundle/jruby/2.5.0/gems/rexml-3.2.5/doc/rexml/tasks/rdoc/parent.rdoc +267 -0
- data/vendor/bundle/jruby/2.5.0/gems/rexml-3.2.5/doc/rexml/tasks/tocs/child_toc.rdoc +12 -0
- data/vendor/bundle/jruby/2.5.0/gems/rexml-3.2.5/doc/rexml/tasks/tocs/document_toc.rdoc +30 -0
- data/vendor/bundle/jruby/2.5.0/gems/rexml-3.2.5/doc/rexml/tasks/tocs/element_toc.rdoc +55 -0
- data/vendor/bundle/jruby/2.5.0/gems/rexml-3.2.5/doc/rexml/tasks/tocs/master_toc.rdoc +135 -0
- data/vendor/bundle/jruby/2.5.0/gems/rexml-3.2.5/doc/rexml/tasks/tocs/node_toc.rdoc +16 -0
- data/vendor/bundle/jruby/2.5.0/gems/rexml-3.2.5/doc/rexml/tasks/tocs/parent_toc.rdoc +25 -0
- data/vendor/bundle/jruby/2.5.0/gems/rexml-3.2.5/lib/rexml.rb +3 -0
- data/vendor/bundle/jruby/2.5.0/gems/rexml-3.2.5/lib/rexml/attlistdecl.rb +63 -0
- data/vendor/bundle/jruby/2.5.0/gems/rexml-3.2.5/lib/rexml/attribute.rb +205 -0
- data/vendor/bundle/jruby/2.5.0/gems/rexml-3.2.5/lib/rexml/cdata.rb +68 -0
- data/vendor/bundle/jruby/2.5.0/gems/rexml-3.2.5/lib/rexml/child.rb +97 -0
- data/vendor/bundle/jruby/2.5.0/gems/rexml-3.2.5/lib/rexml/comment.rb +80 -0
- data/vendor/bundle/jruby/2.5.0/gems/rexml-3.2.5/lib/rexml/doctype.rb +311 -0
- data/vendor/bundle/jruby/2.5.0/gems/rexml-3.2.5/lib/rexml/document.rb +451 -0
- data/vendor/bundle/jruby/2.5.0/gems/rexml-3.2.5/lib/rexml/dtd/attlistdecl.rb +11 -0
- data/vendor/bundle/jruby/2.5.0/gems/rexml-3.2.5/lib/rexml/dtd/dtd.rb +47 -0
- data/vendor/bundle/jruby/2.5.0/gems/rexml-3.2.5/lib/rexml/dtd/elementdecl.rb +18 -0
- data/vendor/bundle/jruby/2.5.0/gems/rexml-3.2.5/lib/rexml/dtd/entitydecl.rb +57 -0
- data/vendor/bundle/jruby/2.5.0/gems/rexml-3.2.5/lib/rexml/dtd/notationdecl.rb +40 -0
- data/vendor/bundle/jruby/2.5.0/gems/rexml-3.2.5/lib/rexml/element.rb +2599 -0
- data/vendor/bundle/jruby/2.5.0/gems/rexml-3.2.5/lib/rexml/encoding.rb +51 -0
- data/vendor/bundle/jruby/2.5.0/gems/rexml-3.2.5/lib/rexml/entity.rb +171 -0
- data/vendor/bundle/jruby/2.5.0/gems/rexml-3.2.5/lib/rexml/formatters/default.rb +116 -0
- data/vendor/bundle/jruby/2.5.0/gems/rexml-3.2.5/lib/rexml/formatters/pretty.rb +142 -0
- data/vendor/bundle/jruby/2.5.0/gems/rexml-3.2.5/lib/rexml/formatters/transitive.rb +58 -0
- data/vendor/bundle/jruby/2.5.0/gems/rexml-3.2.5/lib/rexml/functions.rb +447 -0
- data/vendor/bundle/jruby/2.5.0/gems/rexml-3.2.5/lib/rexml/instruction.rb +79 -0
- data/vendor/bundle/jruby/2.5.0/gems/rexml-3.2.5/lib/rexml/light/node.rb +188 -0
- data/vendor/bundle/jruby/2.5.0/gems/rexml-3.2.5/lib/rexml/namespace.rb +59 -0
- data/vendor/bundle/jruby/2.5.0/gems/rexml-3.2.5/lib/rexml/node.rb +76 -0
- data/vendor/bundle/jruby/2.5.0/gems/rexml-3.2.5/lib/rexml/output.rb +30 -0
- data/vendor/bundle/jruby/2.5.0/gems/rexml-3.2.5/lib/rexml/parent.rb +166 -0
- data/vendor/bundle/jruby/2.5.0/gems/rexml-3.2.5/lib/rexml/parseexception.rb +52 -0
- data/vendor/bundle/jruby/2.5.0/gems/rexml-3.2.5/lib/rexml/parsers/baseparser.rb +694 -0
- data/vendor/bundle/jruby/2.5.0/gems/rexml-3.2.5/lib/rexml/parsers/lightparser.rb +59 -0
- data/vendor/bundle/jruby/2.5.0/gems/rexml-3.2.5/lib/rexml/parsers/pullparser.rb +197 -0
- data/vendor/bundle/jruby/2.5.0/gems/rexml-3.2.5/lib/rexml/parsers/sax2parser.rb +273 -0
- data/vendor/bundle/jruby/2.5.0/gems/rexml-3.2.5/lib/rexml/parsers/streamparser.rb +61 -0
- data/vendor/bundle/jruby/2.5.0/gems/rexml-3.2.5/lib/rexml/parsers/treeparser.rb +101 -0
- data/vendor/bundle/jruby/2.5.0/gems/rexml-3.2.5/lib/rexml/parsers/ultralightparser.rb +57 -0
- data/vendor/bundle/jruby/2.5.0/gems/rexml-3.2.5/lib/rexml/parsers/xpathparser.rb +689 -0
- data/vendor/bundle/jruby/2.5.0/gems/rexml-3.2.5/lib/rexml/quickpath.rb +266 -0
- data/vendor/bundle/jruby/2.5.0/gems/rexml-3.2.5/lib/rexml/rexml.rb +37 -0
- data/vendor/bundle/jruby/2.5.0/gems/rexml-3.2.5/lib/rexml/sax2listener.rb +98 -0
- data/vendor/bundle/jruby/2.5.0/gems/rexml-3.2.5/lib/rexml/security.rb +28 -0
- data/vendor/bundle/jruby/2.5.0/gems/rexml-3.2.5/lib/rexml/source.rb +298 -0
- data/vendor/bundle/jruby/2.5.0/gems/rexml-3.2.5/lib/rexml/streamlistener.rb +93 -0
- data/vendor/bundle/jruby/2.5.0/gems/rexml-3.2.5/lib/rexml/text.rb +424 -0
- data/vendor/bundle/jruby/2.5.0/gems/rexml-3.2.5/lib/rexml/undefinednamespaceexception.rb +9 -0
- data/vendor/bundle/jruby/2.5.0/gems/rexml-3.2.5/lib/rexml/validation/relaxng.rb +539 -0
- data/vendor/bundle/jruby/2.5.0/gems/rexml-3.2.5/lib/rexml/validation/validation.rb +144 -0
- data/vendor/bundle/jruby/2.5.0/gems/rexml-3.2.5/lib/rexml/validation/validationexception.rb +10 -0
- data/vendor/bundle/jruby/2.5.0/gems/rexml-3.2.5/lib/rexml/xmldecl.rb +130 -0
- data/vendor/bundle/jruby/2.5.0/gems/rexml-3.2.5/lib/rexml/xmltokens.rb +85 -0
- data/vendor/bundle/jruby/2.5.0/gems/rexml-3.2.5/lib/rexml/xpath.rb +81 -0
- data/vendor/bundle/jruby/2.5.0/gems/rexml-3.2.5/lib/rexml/xpath_parser.rb +974 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/CHANGELOG.md +1894 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/Gemfile +9 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/LICENSE +20 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/README.md +1176 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/Rakefile +38 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/lib/webmock.rb +59 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/lib/webmock/api.rb +109 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/lib/webmock/assertion_failure.rb +11 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/lib/webmock/callback_registry.rb +35 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/lib/webmock/config.rb +18 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/lib/webmock/cucumber.rb +10 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/lib/webmock/deprecation.rb +9 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/lib/webmock/errors.rb +17 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/lib/webmock/http_lib_adapters/async_http_client_adapter.rb +216 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/lib/webmock/http_lib_adapters/curb_adapter.rb +351 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/lib/webmock/http_lib_adapters/em_http_request_adapter.rb +231 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/lib/webmock/http_lib_adapters/excon_adapter.rb +165 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/lib/webmock/http_lib_adapters/http_lib_adapter.rb +7 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/lib/webmock/http_lib_adapters/http_lib_adapter_registry.rb +19 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/lib/webmock/http_lib_adapters/http_rb/client.rb +17 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/lib/webmock/http_lib_adapters/http_rb/request.rb +16 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/lib/webmock/http_lib_adapters/http_rb/response.rb +64 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/lib/webmock/http_lib_adapters/http_rb/streamer.rb +29 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/lib/webmock/http_lib_adapters/http_rb/webmock.rb +68 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/lib/webmock/http_lib_adapters/http_rb_adapter.rb +37 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/lib/webmock/http_lib_adapters/httpclient_adapter.rb +259 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/lib/webmock/http_lib_adapters/manticore_adapter.rb +145 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/lib/webmock/http_lib_adapters/net_http.rb +385 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/lib/webmock/http_lib_adapters/net_http_response.rb +34 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/lib/webmock/http_lib_adapters/patron_adapter.rb +130 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/lib/webmock/http_lib_adapters/typhoeus_hydra_adapter.rb +174 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/lib/webmock/matchers/any_arg_matcher.rb +13 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/lib/webmock/matchers/hash_argument_matcher.rb +21 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/lib/webmock/matchers/hash_excluding_matcher.rb +15 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/lib/webmock/matchers/hash_including_matcher.rb +17 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/lib/webmock/minitest.rb +41 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/lib/webmock/rack_response.rb +69 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/lib/webmock/request_body_diff.rb +64 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/lib/webmock/request_execution_verifier.rb +77 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/lib/webmock/request_pattern.rb +405 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/lib/webmock/request_registry.rb +35 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/lib/webmock/request_signature.rb +54 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/lib/webmock/request_signature_snippet.rb +61 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/lib/webmock/request_stub.rb +100 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/lib/webmock/response.rb +159 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/lib/webmock/responses_sequence.rb +40 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/lib/webmock/rspec.rb +42 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/lib/webmock/rspec/matchers.rb +27 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/lib/webmock/rspec/matchers/request_pattern_matcher.rb +78 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/lib/webmock/rspec/matchers/webmock_matcher.rb +67 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/lib/webmock/stub_registry.rb +82 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/lib/webmock/stub_request_snippet.rb +38 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/lib/webmock/test_unit.rb +20 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/lib/webmock/util/hash_counter.rb +39 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/lib/webmock/util/hash_keys_stringifier.rb +25 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/lib/webmock/util/hash_validator.rb +17 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/lib/webmock/util/headers.rb +64 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/lib/webmock/util/json.rb +67 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/lib/webmock/util/query_mapper.rb +281 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/lib/webmock/util/uri.rb +111 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/lib/webmock/util/values_stringifier.rb +20 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/lib/webmock/util/version_checker.rb +111 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/lib/webmock/version.rb +3 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/lib/webmock/webmock.rb +163 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/minitest/test_helper.rb +34 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/minitest/test_webmock.rb +9 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/minitest/webmock_spec.rb +60 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/spec/acceptance/async_http_client/async_http_client_spec.rb +375 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/spec/acceptance/async_http_client/async_http_client_spec_helper.rb +73 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/spec/acceptance/curb/curb_spec.rb +499 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/spec/acceptance/curb/curb_spec_helper.rb +147 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/spec/acceptance/em_http_request/em_http_request_spec.rb +462 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/spec/acceptance/em_http_request/em_http_request_spec_helper.rb +77 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/spec/acceptance/excon/excon_spec.rb +77 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/spec/acceptance/excon/excon_spec_helper.rb +52 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/spec/acceptance/http_rb/http_rb_spec.rb +93 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/spec/acceptance/http_rb/http_rb_spec_helper.rb +54 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/spec/acceptance/httpclient/httpclient_spec.rb +217 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/spec/acceptance/httpclient/httpclient_spec_helper.rb +57 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/spec/acceptance/manticore/manticore_spec.rb +107 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/spec/acceptance/manticore/manticore_spec_helper.rb +35 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/spec/acceptance/net_http/net_http_shared.rb +153 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/spec/acceptance/net_http/net_http_spec.rb +369 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/spec/acceptance/net_http/net_http_spec_helper.rb +64 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/spec/acceptance/net_http/real_net_http_spec.rb +20 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/spec/acceptance/patron/patron_spec.rb +125 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/spec/acceptance/patron/patron_spec_helper.rb +54 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/spec/acceptance/shared/allowing_and_disabling_net_connect.rb +313 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/spec/acceptance/shared/callbacks.rb +148 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/spec/acceptance/shared/complex_cross_concern_behaviors.rb +36 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/spec/acceptance/shared/enabling_and_disabling_webmock.rb +95 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/spec/acceptance/shared/precedence_of_stubs.rb +15 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/spec/acceptance/shared/request_expectations.rb +930 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/spec/acceptance/shared/returning_declared_responses.rb +409 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/spec/acceptance/shared/stubbing_requests.rb +678 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/spec/acceptance/typhoeus/typhoeus_hydra_spec.rb +135 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/spec/acceptance/typhoeus/typhoeus_hydra_spec_helper.rb +60 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/spec/acceptance/webmock_shared.rb +41 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/spec/fixtures/test.txt +1 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/spec/quality_spec.rb +84 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/spec/spec_helper.rb +48 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/spec/support/example_curl_output.txt +22 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/spec/support/failures.rb +9 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/spec/support/my_rack_app.rb +53 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/spec/support/network_connection.rb +19 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/spec/support/webmock_server.rb +70 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/spec/unit/api_spec.rb +175 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/spec/unit/errors_spec.rb +129 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/spec/unit/http_lib_adapters/http_lib_adapter_registry_spec.rb +17 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/spec/unit/http_lib_adapters/http_lib_adapter_spec.rb +12 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/spec/unit/matchers/hash_excluding_matcher_spec.rb +61 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/spec/unit/matchers/hash_including_matcher_spec.rb +87 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/spec/unit/rack_response_spec.rb +112 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/spec/unit/request_body_diff_spec.rb +90 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/spec/unit/request_execution_verifier_spec.rb +208 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/spec/unit/request_pattern_spec.rb +736 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/spec/unit/request_registry_spec.rb +95 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/spec/unit/request_signature_snippet_spec.rb +89 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/spec/unit/request_signature_spec.rb +155 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/spec/unit/request_stub_spec.rb +199 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/spec/unit/response_spec.rb +286 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/spec/unit/stub_registry_spec.rb +103 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/spec/unit/stub_request_snippet_spec.rb +115 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/spec/unit/util/hash_counter_spec.rb +39 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/spec/unit/util/hash_keys_stringifier_spec.rb +27 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/spec/unit/util/headers_spec.rb +28 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/spec/unit/util/json_spec.rb +33 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/spec/unit/util/query_mapper_spec.rb +157 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/spec/unit/util/uri_spec.rb +371 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/spec/unit/util/version_checker_spec.rb +65 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/spec/unit/webmock_spec.rb +60 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/test/http_request.rb +24 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/test/shared_test.rb +108 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/test/test_helper.rb +23 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/test/test_webmock.rb +12 -0
- data/vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/webmock.gemspec +54 -0
- data/vendor/bundle/jruby/2.5.0/specifications/addressable-2.7.0.gemspec +39 -0
- data/vendor/bundle/jruby/2.5.0/specifications/crack-0.4.5.gemspec +32 -0
- data/vendor/bundle/jruby/2.5.0/specifications/hashdiff-1.0.1.gemspec +46 -0
- data/vendor/bundle/jruby/2.5.0/specifications/public_suffix-4.0.6.gemspec +24 -0
- data/vendor/bundle/jruby/2.5.0/specifications/rexml-3.2.5.gemspec +42 -0
- data/vendor/bundle/jruby/2.5.0/specifications/webmock-3.13.0.gemspec +85 -0
- metadata +309 -2
@@ -0,0 +1,147 @@
|
|
1
|
+
require 'ostruct'
|
2
|
+
|
3
|
+
module CurbSpecHelper
|
4
|
+
def http_request(method, uri, options = {}, &block)
|
5
|
+
uri = Addressable::URI.heuristic_parse(uri)
|
6
|
+
body = options[:body]
|
7
|
+
|
8
|
+
curl = curb_http_request(uri, method, body, options)
|
9
|
+
|
10
|
+
status, response_headers =
|
11
|
+
WebMock::HttpLibAdapters::CurbAdapter.parse_header_string(curl.header_str)
|
12
|
+
|
13
|
+
# Deal with the fact that the HTTP spec allows multi-values headers
|
14
|
+
# to either be a single entry with a comma-separated listed of
|
15
|
+
# values, or multiple separate entries
|
16
|
+
response_headers.keys.each do |k|
|
17
|
+
v = response_headers[k]
|
18
|
+
if v.is_a?(Array)
|
19
|
+
response_headers[k] = v.join(', ')
|
20
|
+
end
|
21
|
+
end
|
22
|
+
|
23
|
+
OpenStruct.new(
|
24
|
+
body: curl.body_str,
|
25
|
+
headers: WebMock::Util::Headers.normalize_headers(response_headers),
|
26
|
+
status: curl.response_code.to_s,
|
27
|
+
message: status
|
28
|
+
)
|
29
|
+
end
|
30
|
+
|
31
|
+
def setup_request(uri, curl, options={})
|
32
|
+
curl ||= Curl::Easy.new
|
33
|
+
curl.url = uri.to_s
|
34
|
+
if options[:basic_auth]
|
35
|
+
curl.http_auth_types = :basic
|
36
|
+
curl.username = options[:basic_auth][0]
|
37
|
+
curl.password = options[:basic_auth][1]
|
38
|
+
end
|
39
|
+
curl.timeout = 30
|
40
|
+
curl.connect_timeout = 30
|
41
|
+
|
42
|
+
if headers = options[:headers]
|
43
|
+
headers.each {|k,v| curl.headers[k] = v }
|
44
|
+
end
|
45
|
+
|
46
|
+
curl
|
47
|
+
end
|
48
|
+
|
49
|
+
def client_timeout_exception_class
|
50
|
+
Curl::Err::TimeoutError
|
51
|
+
end
|
52
|
+
|
53
|
+
def connection_refused_exception_class
|
54
|
+
Curl::Err::ConnectionFailedError
|
55
|
+
end
|
56
|
+
|
57
|
+
def http_library
|
58
|
+
:curb
|
59
|
+
end
|
60
|
+
|
61
|
+
module DynamicHttp
|
62
|
+
def curb_http_request(uri, method, body, options)
|
63
|
+
curl = setup_request(uri, nil, options)
|
64
|
+
|
65
|
+
case method
|
66
|
+
when :post
|
67
|
+
curl.post_body = body
|
68
|
+
when :put
|
69
|
+
curl.put_data = body
|
70
|
+
end
|
71
|
+
|
72
|
+
curl.http(method.to_s.upcase)
|
73
|
+
curl
|
74
|
+
end
|
75
|
+
end
|
76
|
+
|
77
|
+
module NamedHttp
|
78
|
+
def curb_http_request(uri, method, body, options)
|
79
|
+
curl = setup_request(uri, nil, options)
|
80
|
+
|
81
|
+
case method
|
82
|
+
when :put, :post
|
83
|
+
curl.send( "http_#{method}", body )
|
84
|
+
else
|
85
|
+
curl.send( "http_#{method}" )
|
86
|
+
end
|
87
|
+
curl
|
88
|
+
end
|
89
|
+
end
|
90
|
+
|
91
|
+
module Perform
|
92
|
+
def curb_http_request(uri, method, body, options)
|
93
|
+
curl = setup_request(uri, nil, options)
|
94
|
+
|
95
|
+
case method
|
96
|
+
when :post
|
97
|
+
curl.post_body = body
|
98
|
+
when :put
|
99
|
+
curl.put_data = body
|
100
|
+
when :head
|
101
|
+
curl.head = true
|
102
|
+
when :delete
|
103
|
+
curl.delete = true
|
104
|
+
end
|
105
|
+
|
106
|
+
curl.perform
|
107
|
+
curl
|
108
|
+
end
|
109
|
+
end
|
110
|
+
|
111
|
+
module ClassNamedHttp
|
112
|
+
def curb_http_request(uri, method, body, options)
|
113
|
+
args = ["http_#{method}", uri]
|
114
|
+
args << body if method == :post || method == :put
|
115
|
+
|
116
|
+
c = Curl::Easy.send(*args) do |curl|
|
117
|
+
setup_request(uri, curl, options)
|
118
|
+
end
|
119
|
+
|
120
|
+
c
|
121
|
+
end
|
122
|
+
end
|
123
|
+
|
124
|
+
module ClassPerform
|
125
|
+
def curb_http_request(uri, method, body, options)
|
126
|
+
args = ["http_#{method}", uri]
|
127
|
+
args << body if method == :post || method == :put
|
128
|
+
|
129
|
+
c = Curl::Easy.send(*args) do |curl|
|
130
|
+
setup_request(uri, curl, options)
|
131
|
+
|
132
|
+
case method
|
133
|
+
when :post
|
134
|
+
curl.post_body = body
|
135
|
+
when :put
|
136
|
+
curl.put_data = body
|
137
|
+
when :head
|
138
|
+
curl.head = true
|
139
|
+
when :delete
|
140
|
+
curl.delete = true
|
141
|
+
end
|
142
|
+
end
|
143
|
+
|
144
|
+
c
|
145
|
+
end
|
146
|
+
end
|
147
|
+
end
|
@@ -0,0 +1,462 @@
|
|
1
|
+
# encoding: utf-8
|
2
|
+
require 'spec_helper'
|
3
|
+
require 'acceptance/webmock_shared'
|
4
|
+
require 'ostruct'
|
5
|
+
|
6
|
+
unless RUBY_PLATFORM =~ /java/
|
7
|
+
require 'acceptance/em_http_request/em_http_request_spec_helper'
|
8
|
+
|
9
|
+
describe "EM::HttpRequest" do
|
10
|
+
include EMHttpRequestSpecHelper
|
11
|
+
|
12
|
+
include_context "with WebMock", :no_status_message
|
13
|
+
|
14
|
+
#functionality only supported for em-http-request 1.x
|
15
|
+
if defined?(EventMachine::HttpConnection)
|
16
|
+
context 'when a real request is made and redirects are followed', net_connect: true do
|
17
|
+
before { WebMock.allow_net_connect! }
|
18
|
+
|
19
|
+
# This url redirects to the https URL.
|
20
|
+
let(:http_url) { "http://raw.github.com:80/gist/fb555cb593f3349d53af/6921dd638337d3f6a51b0e02e7f30e3c414f70d6/vcr_gist" }
|
21
|
+
let(:https_url) { http_url.gsub('http', 'https').gsub('80', '443') }
|
22
|
+
|
23
|
+
def make_request
|
24
|
+
EM.run do
|
25
|
+
request = EM::HttpRequest.new(http_url).get(redirects: 1)
|
26
|
+
request.callback { EM.stop }
|
27
|
+
end
|
28
|
+
end
|
29
|
+
|
30
|
+
it "invokes the globally_stub_request hook with both requests" do
|
31
|
+
urls = []
|
32
|
+
WebMock.globally_stub_request { |r| urls << r.uri.to_s; nil }
|
33
|
+
|
34
|
+
make_request
|
35
|
+
|
36
|
+
expect(urls).to eq([http_url, https_url])
|
37
|
+
end
|
38
|
+
|
39
|
+
it 'invokes the after_request hook with both requests' do
|
40
|
+
urls = []
|
41
|
+
WebMock.after_request { |req, res| urls << req.uri.to_s }
|
42
|
+
|
43
|
+
make_request
|
44
|
+
|
45
|
+
expect(urls).to eq([http_url, https_url])
|
46
|
+
end
|
47
|
+
end
|
48
|
+
|
49
|
+
describe "with middleware" do
|
50
|
+
|
51
|
+
it "should work with request middleware" do
|
52
|
+
stub_request(:get, "www.example.com").with(body: 'bar')
|
53
|
+
|
54
|
+
middleware = Class.new do
|
55
|
+
def request(client, head, body)
|
56
|
+
[{}, 'bar']
|
57
|
+
end
|
58
|
+
end
|
59
|
+
|
60
|
+
EM.run do
|
61
|
+
conn = EventMachine::HttpRequest.new('http://www.example.com/')
|
62
|
+
|
63
|
+
conn.use middleware
|
64
|
+
|
65
|
+
http = conn.get(body: 'foo')
|
66
|
+
|
67
|
+
http.callback do
|
68
|
+
expect(WebMock).to have_requested(:get, "www.example.com").with(body: 'bar')
|
69
|
+
EM.stop
|
70
|
+
end
|
71
|
+
end
|
72
|
+
end
|
73
|
+
|
74
|
+
it "only calls request middleware once" do
|
75
|
+
stub_request(:get, "www.example.com")
|
76
|
+
|
77
|
+
middleware = Class.new do
|
78
|
+
def self.called!
|
79
|
+
@called = called + 1
|
80
|
+
end
|
81
|
+
|
82
|
+
def self.called
|
83
|
+
@called || 0
|
84
|
+
end
|
85
|
+
|
86
|
+
def request(client, head, body)
|
87
|
+
self.class.called!
|
88
|
+
[head, body]
|
89
|
+
end
|
90
|
+
end
|
91
|
+
|
92
|
+
EM.run do
|
93
|
+
conn = EventMachine::HttpRequest.new('http://www.example.com/')
|
94
|
+
conn.use middleware
|
95
|
+
http = conn.get
|
96
|
+
http.callback do
|
97
|
+
expect(middleware.called).to eq(1)
|
98
|
+
EM.stop
|
99
|
+
end
|
100
|
+
end
|
101
|
+
end
|
102
|
+
|
103
|
+
let(:response_middleware) do
|
104
|
+
Class.new do
|
105
|
+
def response(resp)
|
106
|
+
resp.response = 'bar'
|
107
|
+
end
|
108
|
+
end
|
109
|
+
end
|
110
|
+
|
111
|
+
it "should work with response middleware" do
|
112
|
+
stub_request(:get, "www.example.com").to_return(body: 'foo')
|
113
|
+
|
114
|
+
EM.run do
|
115
|
+
conn = EventMachine::HttpRequest.new('http://www.example.com/')
|
116
|
+
|
117
|
+
conn.use response_middleware
|
118
|
+
|
119
|
+
http = conn.get
|
120
|
+
|
121
|
+
http.callback do
|
122
|
+
expect(http.response).to eq('bar')
|
123
|
+
EM.stop
|
124
|
+
end
|
125
|
+
end
|
126
|
+
end
|
127
|
+
|
128
|
+
let(:webmock_server_url) { "http://#{WebMockServer.instance.host_with_port}/" }
|
129
|
+
|
130
|
+
shared_examples_for "em-http-request middleware/after_request hook integration" do
|
131
|
+
it 'yields the original raw body to the after_request hook even if a response middleware modifies the body' do
|
132
|
+
yielded_response_body = nil
|
133
|
+
::WebMock.after_request do |request, response|
|
134
|
+
yielded_response_body = response.body
|
135
|
+
end
|
136
|
+
|
137
|
+
EM::HttpRequest.use response_middleware
|
138
|
+
|
139
|
+
EM.run do
|
140
|
+
http = EventMachine::HttpRequest.new(webmock_server_url).get
|
141
|
+
http.callback { EM.stop }
|
142
|
+
end
|
143
|
+
|
144
|
+
expect(yielded_response_body).to eq("hello world")
|
145
|
+
end
|
146
|
+
end
|
147
|
+
|
148
|
+
context 'making a real request', net_connect: true do
|
149
|
+
before { WebMock.allow_net_connect! }
|
150
|
+
include_examples "em-http-request middleware/after_request hook integration"
|
151
|
+
|
152
|
+
it "only calls request middleware once" do
|
153
|
+
middleware = Class.new do
|
154
|
+
def self.called!
|
155
|
+
@called = called + 1
|
156
|
+
end
|
157
|
+
|
158
|
+
def self.called
|
159
|
+
@called || 0
|
160
|
+
end
|
161
|
+
|
162
|
+
def request(client, head, body)
|
163
|
+
self.class.called!
|
164
|
+
[head, body]
|
165
|
+
end
|
166
|
+
end
|
167
|
+
|
168
|
+
EM.run do
|
169
|
+
conn = EventMachine::HttpRequest.new(webmock_server_url)
|
170
|
+
conn.use middleware
|
171
|
+
http = conn.get
|
172
|
+
http.callback do
|
173
|
+
expect(middleware.called).to eq(1)
|
174
|
+
EM.stop
|
175
|
+
end
|
176
|
+
end
|
177
|
+
end
|
178
|
+
end
|
179
|
+
|
180
|
+
context 'when the request is stubbed' do
|
181
|
+
before { stub_request(:get, webmock_server_url).to_return(body: 'hello world') }
|
182
|
+
include_examples "em-http-request middleware/after_request hook integration"
|
183
|
+
end
|
184
|
+
end
|
185
|
+
|
186
|
+
it 'should trigger error callbacks asynchronously' do
|
187
|
+
stub_request(:get, 'www.example.com').to_timeout
|
188
|
+
called = false
|
189
|
+
|
190
|
+
EM.run do
|
191
|
+
conn = EventMachine::HttpRequest.new('http://www.example.com/')
|
192
|
+
http = conn.get
|
193
|
+
http.errback do
|
194
|
+
called = true
|
195
|
+
EM.stop
|
196
|
+
end
|
197
|
+
expect(called).to eq(false)
|
198
|
+
end
|
199
|
+
|
200
|
+
expect(called).to eq(true)
|
201
|
+
end
|
202
|
+
|
203
|
+
# not pretty, but it works
|
204
|
+
if defined?(EventMachine::Synchrony)
|
205
|
+
describe "with synchrony" do
|
206
|
+
let(:webmock_em_http) { File.expand_path(File.join(File.dirname(__FILE__), "../lib/webmock/http_lib_adapters/em_http_request/em_http_request_1_x.rb")) }
|
207
|
+
|
208
|
+
before(:each) do
|
209
|
+
# need to reload the webmock em-http adapter after we require synchrony
|
210
|
+
WebMock::HttpLibAdapters::EmHttpRequestAdapter.disable!
|
211
|
+
$".delete webmock_em_http
|
212
|
+
$".delete File.expand_path(File.join(File.dirname(__FILE__), "../../../lib/webmock/http_lib_adapters/em_http_request_adapter.rb"))
|
213
|
+
require 'em-synchrony'
|
214
|
+
require 'em-synchrony/em-http'
|
215
|
+
require File.expand_path(File.join(File.dirname(__FILE__), "../../../lib/webmock/http_lib_adapters/em_http_request_adapter.rb"))
|
216
|
+
end
|
217
|
+
|
218
|
+
it "should work" do
|
219
|
+
stub_request(:post, /.*.testserver.com*/).to_return(status: 200, body: 'ok')
|
220
|
+
expect {
|
221
|
+
EM.run do
|
222
|
+
fiber = Fiber.new do
|
223
|
+
EM::HttpRequest.new("http://www.testserver.com").post body: "foo=bar&baz=bang", timeout: 60
|
224
|
+
EM.stop
|
225
|
+
end
|
226
|
+
fiber.resume
|
227
|
+
end
|
228
|
+
}.not_to raise_error
|
229
|
+
end
|
230
|
+
|
231
|
+
after(:each) do
|
232
|
+
EM.send(:remove_const, :Synchrony)
|
233
|
+
EM.send(:remove_const, :HTTPMethods)
|
234
|
+
WebMock::HttpLibAdapters::EmHttpRequestAdapter.disable!
|
235
|
+
$".reject! {|path| path.include? "em-http-request"}
|
236
|
+
$".delete webmock_em_http
|
237
|
+
$".delete File.expand_path(File.join(File.dirname(__FILE__), "../../../lib/webmock/http_lib_adapters/em_http_request_adapter.rb"))
|
238
|
+
require 'em-http-request'
|
239
|
+
require File.expand_path(File.join(File.dirname(__FILE__), "../../../lib/webmock/http_lib_adapters/em_http_request_adapter.rb"))
|
240
|
+
end
|
241
|
+
end
|
242
|
+
end
|
243
|
+
end
|
244
|
+
|
245
|
+
it "should work with streaming" do
|
246
|
+
stub_request(:get, "www.example.com").to_return(body: "abc")
|
247
|
+
response = ""
|
248
|
+
EM.run {
|
249
|
+
http = EventMachine::HttpRequest.new('http://www.example.com/').get
|
250
|
+
http.stream { |chunk| response = chunk; EM.stop }
|
251
|
+
}
|
252
|
+
expect(response).to eq("abc")
|
253
|
+
end
|
254
|
+
|
255
|
+
it "should work with responses that use chunked transfer encoding" do
|
256
|
+
stub_request(:get, "www.example.com").to_return(body: "abc", headers: { 'Transfer-Encoding' => 'chunked' })
|
257
|
+
expect(http_request(:get, "http://www.example.com").body).to eq("abc")
|
258
|
+
end
|
259
|
+
|
260
|
+
it "should work with optional query params" do
|
261
|
+
stub_request(:get, "www.example.com/?x=3&a[]=b&a[]=c").to_return(body: "abc")
|
262
|
+
expect(http_request(:get, "http://www.example.com/?x=3", query: {"a" => ["b", "c"]}).body).to eq("abc")
|
263
|
+
end
|
264
|
+
|
265
|
+
it "should work with optional query params declared as string" do
|
266
|
+
stub_request(:get, "www.example.com/?x=3&a[]=b&a[]=c").to_return(body: "abc")
|
267
|
+
expect(http_request(:get, "http://www.example.com/?x=3", query: "a[]=b&a[]=c").body).to eq("abc")
|
268
|
+
end
|
269
|
+
|
270
|
+
it "should work when the body is passed as a Hash" do
|
271
|
+
stub_request(:post, "www.example.com").with(body: {a: "1", b: "2"}).to_return(body: "ok")
|
272
|
+
expect(http_request(:post, "http://www.example.com", body: {a: "1", b: "2"}).body).to eq("ok")
|
273
|
+
end
|
274
|
+
|
275
|
+
if defined?(EventMachine::HttpConnection)
|
276
|
+
it "should work when a file is passed as body" do
|
277
|
+
stub_request(:post, "www.example.com").with(body: File.read(__FILE__)).to_return(body: "ok")
|
278
|
+
expect(http_request(:post, "http://www.example.com", file: __FILE__).body).to eq("ok")
|
279
|
+
end
|
280
|
+
end
|
281
|
+
|
282
|
+
it "should work with UTF-8 strings" do
|
283
|
+
body = "Привет, Мир!"
|
284
|
+
stub_request(:post, "www.example.com").to_return(body: body)
|
285
|
+
expect(http_request(:post, "http://www.example.com").body.bytesize).to eq(body.bytesize)
|
286
|
+
end
|
287
|
+
|
288
|
+
it "should work with multiple requests to the same connection" do
|
289
|
+
stub_request(:get, "www.example.com/foo").to_return(body: "bar")
|
290
|
+
stub_request(:get, "www.example.com/baz").to_return(body: "wombat")
|
291
|
+
err1 = nil
|
292
|
+
err2 = nil
|
293
|
+
body1 = nil
|
294
|
+
body2 = nil
|
295
|
+
i = 0
|
296
|
+
|
297
|
+
EM.run do
|
298
|
+
conn = EM::HttpRequest.new("http://www.example.com")
|
299
|
+
conn.get(path: "/foo").callback do |resp|
|
300
|
+
body1 = resp.response
|
301
|
+
i += 1; EM.stop if i == 2
|
302
|
+
end.errback do |resp|
|
303
|
+
err1 = resp.error
|
304
|
+
i += 1; EM.stop if i == 2
|
305
|
+
end
|
306
|
+
|
307
|
+
conn.get(path: "/baz").callback do |resp|
|
308
|
+
body2 = resp.response
|
309
|
+
i += 1; EM.stop if i == 2
|
310
|
+
end.errback do |resp|
|
311
|
+
err2 = resp.error
|
312
|
+
i += 1; EM.stop if i == 2
|
313
|
+
end
|
314
|
+
end
|
315
|
+
|
316
|
+
expect(err1).to be(nil)
|
317
|
+
expect(err2).to be(nil)
|
318
|
+
expect(body1).to eq("bar")
|
319
|
+
expect(body2).to eq("wombat")
|
320
|
+
end
|
321
|
+
|
322
|
+
it "should work with multiple requests to the same connection when the first request times out" do
|
323
|
+
stub_request(:get, "www.example.com/foo").to_timeout.then.to_return(status: 200, body: "wombat")
|
324
|
+
err = nil
|
325
|
+
body = nil
|
326
|
+
|
327
|
+
EM.run do
|
328
|
+
conn = EM::HttpRequest.new("http://www.example.com")
|
329
|
+
conn.get(path: "/foo").callback do |resp|
|
330
|
+
err = :success_from_timeout
|
331
|
+
EM.stop
|
332
|
+
end.errback do |resp|
|
333
|
+
conn.get(path: "/foo").callback do |retry_resp|
|
334
|
+
expect(retry_resp.response_header.status).to eq(200)
|
335
|
+
body = retry_resp.response
|
336
|
+
EM.stop
|
337
|
+
end.errback do |retry_resp|
|
338
|
+
err = retry_resp.error
|
339
|
+
EM.stop
|
340
|
+
end
|
341
|
+
end
|
342
|
+
end
|
343
|
+
|
344
|
+
expect(err).to be(nil)
|
345
|
+
expect(body).to eq("wombat")
|
346
|
+
end
|
347
|
+
|
348
|
+
describe "mocking EM::HttpClient API" do
|
349
|
+
let(:uri) { "http://www.example.com/" }
|
350
|
+
|
351
|
+
before do
|
352
|
+
stub_request(:get, uri)
|
353
|
+
WebMock::HttpLibAdapters::EmHttpRequestAdapter.enable!
|
354
|
+
end
|
355
|
+
|
356
|
+
def client(uri, options = {})
|
357
|
+
client = nil
|
358
|
+
EM.run do
|
359
|
+
client = EventMachine::HttpRequest.new(uri).get(options)
|
360
|
+
client.callback { EM.stop }
|
361
|
+
client.errback { failed }
|
362
|
+
end
|
363
|
+
client
|
364
|
+
end
|
365
|
+
|
366
|
+
subject { client(uri) }
|
367
|
+
|
368
|
+
it 'should support #uri' do
|
369
|
+
expect(subject.uri).to eq(Addressable::URI.parse(uri))
|
370
|
+
end
|
371
|
+
|
372
|
+
it 'should support #last_effective_url' do
|
373
|
+
expect(subject.last_effective_url).to eq(Addressable::URI.parse(uri))
|
374
|
+
end
|
375
|
+
|
376
|
+
context "with a query" do
|
377
|
+
let(:uri) { "http://www.example.com/?a=1&b=2" }
|
378
|
+
subject { client("http://www.example.com/?a=1", query: { 'b' => 2 }) }
|
379
|
+
|
380
|
+
it "#request_signature doesn't mutate the original uri" do
|
381
|
+
expect(subject.uri).to eq(Addressable::URI.parse("http://www.example.com/?a=1"))
|
382
|
+
signature = WebMock::RequestRegistry.instance.requested_signatures.hash.keys.first
|
383
|
+
expect(signature.uri).to eq(Addressable::URI.parse(uri))
|
384
|
+
end
|
385
|
+
end
|
386
|
+
|
387
|
+
describe 'get_response_cookie' do
|
388
|
+
|
389
|
+
before(:each) do
|
390
|
+
stub_request(:get, "http://example.org/").
|
391
|
+
to_return(
|
392
|
+
status: 200,
|
393
|
+
body: "",
|
394
|
+
headers: { 'Set-Cookie' => cookie_string }
|
395
|
+
)
|
396
|
+
end
|
397
|
+
|
398
|
+
describe 'success' do
|
399
|
+
|
400
|
+
context 'with only one cookie' do
|
401
|
+
|
402
|
+
let(:cookie_name) { 'name_of_the_cookie' }
|
403
|
+
let(:cookie_value) { 'value_of_the_cookie' }
|
404
|
+
let(:cookie_string) { "#{cookie_name}=#{cookie_value}" }
|
405
|
+
|
406
|
+
it 'successfully gets the cookie' do
|
407
|
+
EM.run {
|
408
|
+
http = EventMachine::HttpRequest.new('http://example.org').get
|
409
|
+
|
410
|
+
http.errback { fail(http.error) }
|
411
|
+
http.callback {
|
412
|
+
expect(http.get_response_cookie(cookie_name)).to eq(cookie_value)
|
413
|
+
EM.stop
|
414
|
+
}
|
415
|
+
}
|
416
|
+
end
|
417
|
+
end
|
418
|
+
|
419
|
+
context 'with several cookies' do
|
420
|
+
|
421
|
+
let(:cookie_name) { 'name_of_the_cookie' }
|
422
|
+
let(:cookie_value) { 'value_of_the_cookie' }
|
423
|
+
let(:cookie_2_name) { 'name_of_the_2nd_cookie' }
|
424
|
+
let(:cookie_2_value) { 'value_of_the_2nd_cookie' }
|
425
|
+
let(:cookie_string) { %W(#{cookie_name}=#{cookie_value} #{cookie_2_name}=#{cookie_2_value}) }
|
426
|
+
|
427
|
+
it 'successfully gets both cookies' do
|
428
|
+
EM.run {
|
429
|
+
http = EventMachine::HttpRequest.new('http://example.org').get
|
430
|
+
|
431
|
+
http.errback { fail(http.error) }
|
432
|
+
http.callback {
|
433
|
+
expect(http.get_response_cookie(cookie_name)).to eq(cookie_value)
|
434
|
+
expect(http.get_response_cookie(cookie_2_name)).to eq(cookie_2_value)
|
435
|
+
EM.stop
|
436
|
+
}
|
437
|
+
}
|
438
|
+
end
|
439
|
+
end
|
440
|
+
end
|
441
|
+
|
442
|
+
describe 'failure' do
|
443
|
+
|
444
|
+
let(:cookie_string) { 'a=b' }
|
445
|
+
|
446
|
+
it 'returns nil when no cookie is found' do
|
447
|
+
EM.run {
|
448
|
+
http = EventMachine::HttpRequest.new('http://example.org').get
|
449
|
+
|
450
|
+
http.errback { fail(http.error) }
|
451
|
+
http.callback {
|
452
|
+
expect(http.get_response_cookie('not_found_cookie')).to eq(nil)
|
453
|
+
EM.stop
|
454
|
+
}
|
455
|
+
}
|
456
|
+
end
|
457
|
+
end
|
458
|
+
end
|
459
|
+
end
|
460
|
+
|
461
|
+
end
|
462
|
+
end
|