httparty
:tada: Makes http fun again!
File Explorer
Download Latest Version (.zip)- ci.yml
- dependabot.yml
- httparty
- README.md
- aaws.rb
- basic.rb
- body_stream.rb
- crack.rb
- custom_parsers.rb
- delicious.rb
- google.rb
- headers_and_user_agents.rb
- idn.rb
- logging.rb
- microsoft_graph.rb
- multipart.rb
- nokogiri_html_parser.rb
- party_foul_mode.rb
- peer_cert.rb
- README.md
- rescue_json.rb
- rubyurl.rb
- stackexchange.rb
- stream_download.rb
- tripit_sign_in.rb
- twitter.rb
- whoismyrep.rb
- env.rb
- httparty_response_steps.rb
- httparty_steps.rb
- mongrel_helper.rb
- remote_service_steps.rb
- basic_authentication.feature
- command_line.feature
- deals_with_http_error_codes.feature
- digest_authentication.feature
- handles_compressed_responses.feature
- handles_multiple_formats.feature
- supports_marshalling_with_logger_and_proc.feature
- supports_read_timeout_option.feature
- supports_redirection.feature
- supports_timeout_option.feature
- apache_formatter.rb
- curl_formatter.rb
- logger.rb
- logstash_formatter.rb
- body.rb
- multipart_boundary.rb
- streaming_multipart_body.rb
- headers.rb
- connection_adapter.rb
- cookie_hash.rb
- decompressor.rb
- exceptions.rb
- hash_conversions.rb
- headers_processor.rb
- module_inheritable_attributes.rb
- net_digest_auth.rb
- parser.rb
- request.rb
- response.rb
- response_fragment.rb
- text_encoder.rb
- utils.rb
- version.rb
- httparty.rb
- release
- bogushost.crt
- ca.crt
- ca.key
- selfsigned.crt
- server.crt
- server.key
- generate.sh
- openssl-exts.cnf
- delicious.xml
- empty.xml
- example.html
- tiny.gif
- twitter.csv
- twitter.json
- twitter.xml
- undefined_method_add_node_for_nil.xml
- apache_formatter_spec.rb
- curl_formatter_spec.rb
- logger_spec.rb
- logstash_formatter_spec.rb
- body_spec.rb
- streaming_multipart_body_spec.rb
- connection_adapter_spec.rb
- cookie_hash_spec.rb
- decompressor_spec.rb
- exception_spec.rb
- hash_conversions_spec.rb
- headers_processor_spec.rb
- net_digest_auth_spec.rb
- parser_spec.rb
- request_spec.rb
- response_fragment_spec.rb
- response_spec.rb
- ssl_spec.rb
- ssl_test_helper.rb
- ssl_test_server.rb
- stub_response.rb
- httparty_spec.rb
- spec_helper.rb
- common.css
- index.html
- .editorconfig
- .gitignore
- .rubocop.yml
- .rubocop_todo.yml
- Changelog.md
- CONTRIBUTING.md
- cucumber.yml
- Gemfile
- Guardfile
- httparty.gemspec
- MIT-LICENSE
- Rakefile
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/jnunemaker/httparty
Downloads the entire project code from GitHub to your computer.
cd httparty
Moves into the project folder you just downloaded.
2. Official Install Script
Easy RecommendedPrerequisites
- Ruby Ruby is required to use gem.
gem install httparty
Installs the package published on RubyGems directly.
After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.
Pulled directly from this repo's README.
3. Ruby
EasyPrerequisites
bundle install
Installs the Ruby libraries listed in the Gemfile.
If bundle install finishes without errors, continue with the run command from the README (e.g. rails server).
// repository documentation
Was this content helpful?
(0 ratings)
