Metadata


Name
httparty
Version
0.8.0
Platform
ruby
Authors
John Nunemaker
Sandro Turriate
Bindir
bin
Date
2011-09-13 00:00:00 UTC
Dependencies
multi_json (>= 0)
multi_xml (>= 0)
Description
Makes http fun! Also, makes consuming restful web services dead easy.
Email
nunemaker@gmail.com
Executables
httparty
Files
.gitignore
Gemfile
History
MIT-LICENSE
README.rdoc
Rakefile
bin/httparty
cucumber.yml
examples/aaws.rb
examples/basic.rb
examples/custom_parsers.rb
examples/delicious.rb
examples/google.rb
examples/rubyurl.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_redirection.feature
features/supports_timeout_option.feature
httparty.gemspec
lib/httparty.rb
lib/httparty/cookie_hash.rb
lib/httparty/core_extensions.rb
lib/httparty/exceptions.rb
lib/httparty/hash_conversions.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/version.rb
spec/fixtures/delicious.xml
spec/fixtures/empty.xml
spec/fixtures/google.html
spec/fixtures/ssl/generate.sh
spec/fixtures/ssl/generated/1fe462c2.0
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.json
spec/fixtures/twitter.xml
spec/fixtures/undefined_method_add_node_for_nil.xml
spec/httparty/cookie_hash_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.opts
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://httparty.rubyforge.org/
Post install message
When you HTTParty, you must party hard!
Require paths
lib
Required ruby version
>= 0
Required rubygems version
>= 0
Rubygems version
1.8.9
Specification version
3
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_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/1fe462c2.0
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.json
spec/fixtures/twitter.xml
spec/fixtures/undefined_method_add_node_for_nil.xml
spec/httparty/cookie_hash_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.opts
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