-
Name
-
httparty
-
Version
-
0.15.5
-
Platform
-
ruby
-
Authors
-
John Nunemaker
Sandro Turriate
-
Bindir
-
bin
-
Date
-
2017-05-19 00:00:00 UTC
-
Dependencies
-
multi_xml (>= 0.5.2)
-
Description
-
Makes http fun! Also, makes consuming restful web services dead easy.
-
Email
-
nunemaker@gmail.com
-
Executables
-
httparty
-
Files
-
.gitignore
.rubocop.yml
.rubocop_todo.yml
.simplecov
.travis.yml
CONTRIBUTING.md
Changelog.md
Gemfile
Guardfile
MIT-LICENSE
README.md
Rakefile
bin/httparty
cucumber.yml
docs/README.md
examples/README.md
examples/aaws.rb
examples/basic.rb
examples/crack.rb
examples/custom_parsers.rb
examples/delicious.rb
examples/google.rb
examples/headers_and_user_agents.rb
examples/logging.rb
examples/nokogiri_html_parser.rb
examples/rescue_json.rb
examples/rubyurl.rb
examples/stackexchange.rb
examples/stream_download.rb
examples/tripit_sign_in.rb
examples/twitter.rb
examples/whoismyrep.rb
features/basic_authentication.feature
features/command_line.feature
features/deals_with_http_error_codes.feature
features/digest_authentication.feature
features/handles_compressed_responses.feature
features/handles_multiple_formats.feature
features/steps/env.rb
features/steps/httparty_response_steps.rb
features/steps/httparty_steps.rb
features/steps/mongrel_helper.rb
features/steps/remote_service_steps.rb
features/supports_read_timeout_option.feature
features/supports_redirection.feature
features/supports_timeout_option.feature
httparty.gemspec
lib/httparty.rb
lib/httparty/connection_adapter.rb
lib/httparty/cookie_hash.rb
lib/httparty/exceptions.rb
lib/httparty/hash_conversions.rb
lib/httparty/logger/apache_formatter.rb
lib/httparty/logger/curl_formatter.rb
lib/httparty/logger/logger.rb
lib/httparty/module_inheritable_attributes.rb
lib/httparty/net_digest_auth.rb
lib/httparty/parser.rb
lib/httparty/request.rb
lib/httparty/response.rb
lib/httparty/response/headers.rb
lib/httparty/version.rb
script/release
spec/fixtures/delicious.xml
spec/fixtures/empty.xml
spec/fixtures/google.html
spec/fixtures/ssl/generate.sh
spec/fixtures/ssl/generated/bogushost.crt
spec/fixtures/ssl/generated/ca.crt
spec/fixtures/ssl/generated/ca.key
spec/fixtures/ssl/generated/selfsigned.crt
spec/fixtures/ssl/generated/server.crt
spec/fixtures/ssl/generated/server.key
spec/fixtures/ssl/openssl-exts.cnf
spec/fixtures/twitter.csv
spec/fixtures/twitter.json
spec/fixtures/twitter.xml
spec/fixtures/undefined_method_add_node_for_nil.xml
spec/httparty/connection_adapter_spec.rb
spec/httparty/cookie_hash_spec.rb
spec/httparty/exception_spec.rb
spec/httparty/hash_conversions_spec.rb
spec/httparty/logger/apache_formatter_spec.rb
spec/httparty/logger/curl_formatter_spec.rb
spec/httparty/logger/logger_spec.rb
spec/httparty/net_digest_auth_spec.rb
spec/httparty/parser_spec.rb
spec/httparty/request_spec.rb
spec/httparty/response_spec.rb
spec/httparty/ssl_spec.rb
spec/httparty_spec.rb
spec/spec_helper.rb
spec/support/ssl_test_helper.rb
spec/support/ssl_test_server.rb
spec/support/stub_response.rb
website/css/common.css
website/index.html
-
Homepage
-
http://jnunemaker.github.com/httparty
-
Licenses
-
MIT
-
Post install message
-
When you HTTParty, you must party hard!
-
Require paths
-
lib
-
Required ruby version
-
>= 2.0.0
-
Required rubygems version
-
>= 0
-
Rubygems version
-
2.5.2
-
Specification version
-
4
-
Summary
-
Makes http fun! Also, makes consuming restful web services dead easy.
-
Test files
-
features/basic_authentication.feature
features/command_line.feature
features/deals_with_http_error_codes.feature
features/digest_authentication.feature
features/handles_compressed_responses.feature
features/handles_multiple_formats.feature
features/steps/env.rb
features/steps/httparty_response_steps.rb
features/steps/httparty_steps.rb
features/steps/mongrel_helper.rb
features/steps/remote_service_steps.rb
features/supports_read_timeout_option.feature
features/supports_redirection.feature
features/supports_timeout_option.feature
spec/fixtures/delicious.xml
spec/fixtures/empty.xml
spec/fixtures/google.html
spec/fixtures/ssl/generate.sh
spec/fixtures/ssl/generated/bogushost.crt
spec/fixtures/ssl/generated/ca.crt
spec/fixtures/ssl/generated/ca.key
spec/fixtures/ssl/generated/selfsigned.crt
spec/fixtures/ssl/generated/server.crt
spec/fixtures/ssl/generated/server.key
spec/fixtures/ssl/openssl-exts.cnf
spec/fixtures/twitter.csv
spec/fixtures/twitter.json
spec/fixtures/twitter.xml
spec/fixtures/undefined_method_add_node_for_nil.xml
spec/httparty/connection_adapter_spec.rb
spec/httparty/cookie_hash_spec.rb
spec/httparty/exception_spec.rb
spec/httparty/hash_conversions_spec.rb
spec/httparty/logger/apache_formatter_spec.rb
spec/httparty/logger/curl_formatter_spec.rb
spec/httparty/logger/logger_spec.rb
spec/httparty/net_digest_auth_spec.rb
spec/httparty/parser_spec.rb
spec/httparty/request_spec.rb
spec/httparty/response_spec.rb
spec/httparty/ssl_spec.rb
spec/httparty_spec.rb
spec/spec_helper.rb
spec/support/ssl_test_helper.rb
spec/support/ssl_test_server.rb
spec/support/stub_response.rb
-
Original platform
-
ruby
-
New platform
-
ruby