-
Name
-
http
-
Version
-
0.8.14
-
Platform
-
ruby
-
Authors
-
Tony Arcieri
Erik Michaels-Ober
Alexey V. Zapparov
Zachary Anker
-
Bindir
-
bin
-
Date
-
2015-08-19 00:00:00 UTC
-
Dependencies
-
http_parser.rb (~> 0.6.0)
http-form_data (~> 1.0.1)
http-cookie (~> 1.0)
addressable (~> 2.3)
bundler (~> 1.0, development)
-
Description
-
An easy-to-use client library for making requests from Ruby. It uses a simple method chaining system for building requests, similar to Python's Requests.
-
Email
-
bascule@gmail.com
-
Files
-
.coveralls.yml
.gitignore
.rspec
.rubocop.yml
.travis.yml
.yardopts
CHANGES.md
CONTRIBUTING.md
Gemfile
Guardfile
LICENSE.txt
README.md
Rakefile
examples/parallel_requests_with_celluloid.rb
http.gemspec
lib/http.rb
lib/http/cache.rb
lib/http/cache/headers.rb
lib/http/cache/null_cache.rb
lib/http/chainable.rb
lib/http/client.rb
lib/http/connection.rb
lib/http/content_type.rb
lib/http/errors.rb
lib/http/headers.rb
lib/http/headers/known.rb
lib/http/headers/mixin.rb
lib/http/mime_type.rb
lib/http/mime_type/adapter.rb
lib/http/mime_type/json.rb
lib/http/options.rb
lib/http/redirector.rb
lib/http/request.rb
lib/http/request/caching.rb
lib/http/request/writer.rb
lib/http/response.rb
lib/http/response/body.rb
lib/http/response/caching.rb
lib/http/response/io_body.rb
lib/http/response/parser.rb
lib/http/response/status.rb
lib/http/response/status/reasons.rb
lib/http/response/string_body.rb
lib/http/timeout/global.rb
lib/http/timeout/null.rb
lib/http/timeout/per_operation.rb
lib/http/uri.rb
lib/http/version.rb
logo.png
spec/lib/http/cache/headers_spec.rb
spec/lib/http/cache_spec.rb
spec/lib/http/client_spec.rb
spec/lib/http/content_type_spec.rb
spec/lib/http/headers/mixin_spec.rb
spec/lib/http/headers_spec.rb
spec/lib/http/options/body_spec.rb
spec/lib/http/options/form_spec.rb
spec/lib/http/options/headers_spec.rb
spec/lib/http/options/json_spec.rb
spec/lib/http/options/merge_spec.rb
spec/lib/http/options/new_spec.rb
spec/lib/http/options/proxy_spec.rb
spec/lib/http/options_spec.rb
spec/lib/http/redirector_spec.rb
spec/lib/http/request/caching_spec.rb
spec/lib/http/request/writer_spec.rb
spec/lib/http/request_spec.rb
spec/lib/http/response/body_spec.rb
spec/lib/http/response/caching_spec.rb
spec/lib/http/response/io_body_spec.rb
spec/lib/http/response/status_spec.rb
spec/lib/http/response/string_body_spec.rb
spec/lib/http/response_spec.rb
spec/lib/http_spec.rb
spec/spec_helper.rb
spec/support/black_hole.rb
spec/support/capture_warning.rb
spec/support/connection_reuse_shared.rb
spec/support/dummy_server.rb
spec/support/dummy_server/servlet.rb
spec/support/http_handling_shared.rb
spec/support/proxy_server.rb
spec/support/servers/config.rb
spec/support/servers/runner.rb
spec/support/ssl_helper.rb
-
Homepage
-
https://github.com/httprb/http.rb
-
Licenses
-
MIT
-
Require paths
-
lib
-
Required ruby version
-
>= 0
-
Required rubygems version
-
>= 0
-
Rubygems version
-
2.2.3
-
Specification version
-
4
-
Summary
-
HTTP should be easy
-
Original platform
-
ruby
-
New platform
-
ruby