-
Name
-
httparty
-
Version
-
0.23.1
-
Platform
-
ruby
-
Authors
-
John Nunemaker
Sandro Turriate
-
Bindir
-
bin
-
Date
-
2025-03-28 00:00:00 UTC
-
Dependencies
-
csv (>= 0)
multi_xml (>= 0.5.2)
mini_mime (>= 1.0.0)
-
Description
-
Makes http fun! Also, makes consuming restful web services dead easy.
-
Email
-
nunemaker@gmail.com
-
Executables
-
httparty
-
Files
-
.editorconfig
.github/dependabot.yml
.github/workflows/ci.yml
.gitignore
.rubocop.yml
.rubocop_todo.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/body_stream.rb
examples/crack.rb
examples/custom_parsers.rb
examples/delicious.rb
examples/google.rb
examples/headers_and_user_agents.rb
examples/idn.rb
examples/logging.rb
examples/microsoft_graph.rb
examples/multipart.rb
examples/nokogiri_html_parser.rb
examples/party_foul_mode.rb
examples/peer_cert.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
httparty.gemspec
lib/httparty.rb
lib/httparty/connection_adapter.rb
lib/httparty/cookie_hash.rb
lib/httparty/decompressor.rb
lib/httparty/exceptions.rb
lib/httparty/hash_conversions.rb
lib/httparty/headers_processor.rb
lib/httparty/logger/apache_formatter.rb
lib/httparty/logger/curl_formatter.rb
lib/httparty/logger/logger.rb
lib/httparty/logger/logstash_formatter.rb
lib/httparty/module_inheritable_attributes.rb
lib/httparty/net_digest_auth.rb
lib/httparty/parser.rb
lib/httparty/request.rb
lib/httparty/request/body.rb
lib/httparty/request/multipart_boundary.rb
lib/httparty/response.rb
lib/httparty/response/headers.rb
lib/httparty/response_fragment.rb
lib/httparty/text_encoder.rb
lib/httparty/utils.rb
lib/httparty/version.rb
script/release
website/css/common.css
website/index.html
-
Homepage
-
https://github.com/jnunemaker/httparty
-
Licenses
-
MIT
-
Post install message
-
When you HTTParty, you must party hard!
-
Require paths
-
lib
-
Required ruby version
-
>= 2.7.0
-
Required rubygems version
-
>= 0
-
Rubygems version
-
3.3.7
-
Specification version
-
4
-
Summary
-
Makes http fun! Also, makes consuming restful web services dead easy.
-
Original platform
-
ruby
-
New platform
-
ruby