-
Name
-
typhoeus
-
Version
-
1.1.1
-
Platform
-
ruby
-
Authors
-
David Balatero
Paul Dix
Hans Hasselberg
-
Bindir
-
bin
-
Date
-
2016-12-02 00:00:00 UTC
-
Dependencies
-
ethon (>= 0.9.0)
-
Description
-
Like a modern code version of the mythical beast with 100 serpent heads, Typhoeus runs HTTP requests in parallel while cleanly encapsulating handling logic.
-
Email
-
hans.hasselberg@gmail.com
-
Files
-
.gitignore
.rspec
.travis.yml
CHANGELOG.md
CONTRIBUTING.md
Gemfile
Guardfile
LICENSE
README.md
Rakefile
UPGRADE.md
lib/rack/typhoeus.rb
lib/rack/typhoeus/middleware/params_decoder.rb
lib/rack/typhoeus/middleware/params_decoder/helper.rb
lib/typhoeus.rb
lib/typhoeus/adapters/faraday.rb
lib/typhoeus/cache/dalli.rb
lib/typhoeus/cache/rails.rb
lib/typhoeus/cache/redis.rb
lib/typhoeus/config.rb
lib/typhoeus/easy_factory.rb
lib/typhoeus/errors.rb
lib/typhoeus/errors/no_stub.rb
lib/typhoeus/errors/typhoeus_error.rb
lib/typhoeus/expectation.rb
lib/typhoeus/hydra.rb
lib/typhoeus/hydra/addable.rb
lib/typhoeus/hydra/before.rb
lib/typhoeus/hydra/block_connection.rb
lib/typhoeus/hydra/cacheable.rb
lib/typhoeus/hydra/memoizable.rb
lib/typhoeus/hydra/queueable.rb
lib/typhoeus/hydra/runnable.rb
lib/typhoeus/hydra/stubbable.rb
lib/typhoeus/pool.rb
lib/typhoeus/railtie.rb
lib/typhoeus/request.rb
lib/typhoeus/request/actions.rb
lib/typhoeus/request/before.rb
lib/typhoeus/request/block_connection.rb
lib/typhoeus/request/cacheable.rb
lib/typhoeus/request/callbacks.rb
lib/typhoeus/request/marshal.rb
lib/typhoeus/request/memoizable.rb
lib/typhoeus/request/operations.rb
lib/typhoeus/request/responseable.rb
lib/typhoeus/request/streamable.rb
lib/typhoeus/request/stubbable.rb
lib/typhoeus/response.rb
lib/typhoeus/response/cacheable.rb
lib/typhoeus/response/header.rb
lib/typhoeus/response/informations.rb
lib/typhoeus/response/status.rb
lib/typhoeus/version.rb
perf/profile.rb
perf/vs_nethttp.rb
spec/rack/typhoeus/middleware/params_decoder/helper_spec.rb
spec/rack/typhoeus/middleware/params_decoder_spec.rb
spec/spec_helper.rb
spec/support/localhost_server.rb
spec/support/memory_cache.rb
spec/support/server.rb
spec/typhoeus/adapters/faraday_spec.rb
spec/typhoeus/cache/dalli_spec.rb
spec/typhoeus/cache/redis_spec.rb
spec/typhoeus/config_spec.rb
spec/typhoeus/easy_factory_spec.rb
spec/typhoeus/errors/no_stub_spec.rb
spec/typhoeus/expectation_spec.rb
spec/typhoeus/hydra/addable_spec.rb
spec/typhoeus/hydra/before_spec.rb
spec/typhoeus/hydra/block_connection_spec.rb
spec/typhoeus/hydra/cacheable_spec.rb
spec/typhoeus/hydra/memoizable_spec.rb
spec/typhoeus/hydra/queueable_spec.rb
spec/typhoeus/hydra/runnable_spec.rb
spec/typhoeus/hydra/stubbable_spec.rb
spec/typhoeus/hydra_spec.rb
spec/typhoeus/pool_spec.rb
spec/typhoeus/request/actions_spec.rb
spec/typhoeus/request/before_spec.rb
spec/typhoeus/request/block_connection_spec.rb
spec/typhoeus/request/cacheable_spec.rb
spec/typhoeus/request/callbacks_spec.rb
spec/typhoeus/request/marshal_spec.rb
spec/typhoeus/request/memoizable_spec.rb
spec/typhoeus/request/operations_spec.rb
spec/typhoeus/request/responseable_spec.rb
spec/typhoeus/request/stubbable_spec.rb
spec/typhoeus/request_spec.rb
spec/typhoeus/response/header_spec.rb
spec/typhoeus/response/informations_spec.rb
spec/typhoeus/response/status_spec.rb
spec/typhoeus/response_spec.rb
spec/typhoeus_spec.rb
typhoeus.gemspec
-
Homepage
-
https://github.com/typhoeus/typhoeus
-
Licenses
-
MIT
-
Require paths
-
lib
-
Required ruby version
-
>= 0
-
Required rubygems version
-
>= 1.3.6
-
Rubygems version
-
2.2.2
-
Specification version
-
4
-
Summary
-
Parallel HTTP library on top of libcurl multi.
-
Test files
-
spec/rack/typhoeus/middleware/params_decoder/helper_spec.rb
spec/rack/typhoeus/middleware/params_decoder_spec.rb
spec/spec_helper.rb
spec/support/localhost_server.rb
spec/support/memory_cache.rb
spec/support/server.rb
spec/typhoeus/adapters/faraday_spec.rb
spec/typhoeus/cache/dalli_spec.rb
spec/typhoeus/cache/redis_spec.rb
spec/typhoeus/config_spec.rb
spec/typhoeus/easy_factory_spec.rb
spec/typhoeus/errors/no_stub_spec.rb
spec/typhoeus/expectation_spec.rb
spec/typhoeus/hydra/addable_spec.rb
spec/typhoeus/hydra/before_spec.rb
spec/typhoeus/hydra/block_connection_spec.rb
spec/typhoeus/hydra/cacheable_spec.rb
spec/typhoeus/hydra/memoizable_spec.rb
spec/typhoeus/hydra/queueable_spec.rb
spec/typhoeus/hydra/runnable_spec.rb
spec/typhoeus/hydra/stubbable_spec.rb
spec/typhoeus/hydra_spec.rb
spec/typhoeus/pool_spec.rb
spec/typhoeus/request/actions_spec.rb
spec/typhoeus/request/before_spec.rb
spec/typhoeus/request/block_connection_spec.rb
spec/typhoeus/request/cacheable_spec.rb
spec/typhoeus/request/callbacks_spec.rb
spec/typhoeus/request/marshal_spec.rb
spec/typhoeus/request/memoizable_spec.rb
spec/typhoeus/request/operations_spec.rb
spec/typhoeus/request/responseable_spec.rb
spec/typhoeus/request/stubbable_spec.rb
spec/typhoeus/request_spec.rb
spec/typhoeus/response/header_spec.rb
spec/typhoeus/response/informations_spec.rb
spec/typhoeus/response/status_spec.rb
spec/typhoeus/response_spec.rb
spec/typhoeus_spec.rb
-
Original platform
-
ruby
-
New platform
-
ruby