Metadata


Name
http
Version
0.6.2
Platform
ruby
Authors
Tony
Arcieri
Bindir
bin
Date
2014-08-06 00:00:00 UTC
Dependencies
http_parser.rb (~> 0.6.0)
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
tony.arcieri@gmail.com
Files
.coveralls.yml
.gitignore
.rspec
.rubocop.yml
.travis.yml
CHANGES.md
Gemfile
Guardfile
LICENSE.txt
README.md
Rakefile
examples/parallel_requests_with_celluloid.rb
http.gemspec
lib/http.rb
lib/http/authorization_header.rb
lib/http/authorization_header/basic_auth.rb
lib/http/authorization_header/bearer_token.rb
lib/http/backports.rb
lib/http/backports/base64.rb
lib/http/backports/uri.rb
lib/http/chainable.rb
lib/http/client.rb
lib/http/content_type.rb
lib/http/errors.rb
lib/http/headers.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/writer.rb
lib/http/response.rb
lib/http/response/body.rb
lib/http/response/parser.rb
lib/http/version.rb
logo.png
spec/http/authorization_header/basic_auth_spec.rb
spec/http/authorization_header/bearer_token_spec.rb
spec/http/authorization_header_spec.rb
spec/http/backports/base64_spec.rb
spec/http/backports/uri_spec.rb
spec/http/client_spec.rb
spec/http/content_type_spec.rb
spec/http/headers/mixin_spec.rb
spec/http/headers_spec.rb
spec/http/options/body_spec.rb
spec/http/options/form_spec.rb
spec/http/options/headers_spec.rb
spec/http/options/json_spec.rb
spec/http/options/merge_spec.rb
spec/http/options/new_spec.rb
spec/http/options/proxy_spec.rb
spec/http/options_spec.rb
spec/http/redirector_spec.rb
spec/http/request/writer_spec.rb
spec/http/request_spec.rb
spec/http/response/body_spec.rb
spec/http/response_spec.rb
spec/http_spec.rb
spec/spec_helper.rb
spec/support/example_server.rb
spec/support/proxy_server.rb
Homepage
https://github.com/tarcieri/http
Licenses
MIT
Require paths
lib
Required ruby version
>= 0
Required rubygems version
>= 0
Rubygems version
2.2.2
Specification version
4
Summary
HTTP should be easy
Test files
spec/http/authorization_header/basic_auth_spec.rb
spec/http/authorization_header/bearer_token_spec.rb
spec/http/authorization_header_spec.rb
spec/http/backports/base64_spec.rb
spec/http/backports/uri_spec.rb
spec/http/client_spec.rb
spec/http/content_type_spec.rb
spec/http/headers/mixin_spec.rb
spec/http/headers_spec.rb
spec/http/options/body_spec.rb
spec/http/options/form_spec.rb
spec/http/options/headers_spec.rb
spec/http/options/json_spec.rb
spec/http/options/merge_spec.rb
spec/http/options/new_spec.rb
spec/http/options/proxy_spec.rb
spec/http/options_spec.rb
spec/http/redirector_spec.rb
spec/http/request/writer_spec.rb
spec/http/request_spec.rb
spec/http/response/body_spec.rb
spec/http/response_spec.rb
spec/http_spec.rb
spec/spec_helper.rb
spec/support/example_server.rb
spec/support/proxy_server.rb
Original platform
ruby
New platform
ruby