httparty
HTTP client
Makes HTTP requests easier to work with in Ruby
Makes http fun again!
6k stars
64 watching
963 forks
Language: Ruby
last commit: 3 months ago
Linked from 3 awesome lists
httphttpartyruby
Related projects:
Repository | Description | Stars |
---|---|---|
httprb/http | A Ruby library that provides an easy-to-use API for making HTTP requests with support for chaining, streaming, and timeouts. | 3,011 |
bblimke/webmock | A library that enables stubbing and setting expectations on HTTP requests in Ruby applications | 3,973 |
square/okhttp | A robust and efficient HTTP client for interacting with web services | 45,872 |
kevinsawicki/http-request | A simple convenience library for using HttpURLConnection to make requests and access the response. | 3,356 |
igrigorik/em-http-request | An asynchronous HTTP client library built on top of EventMachine for Ruby, providing support for various HTTP protocols and features. | 1,219 |
qustavo/httplab | An interactive web server for inspecting and manipulating HTTP requests and responses | 4,045 |
httpie/cli | A command-line HTTP client with an expressive syntax and features to interact with web services | 33,939 |
lostisland/faraday | An HTTP client library abstraction layer providing a common interface over multiple adapters and middleware | 5,757 |
tomnomnom/httprobe | Tool for probing multiple domains for working HTTP and HTTPS servers | 2,881 |
brandonhilkert/sucker_punch | An asynchronous processing library that allows developers to run background jobs within the same process as their web application. | 2,643 |
yoshuawuyts/http-adventure | An interactive tutorial to learn Node.js's HTTP module through a guided exploration of its capabilities and features. | 9 |
julienschmidt/httprouter | A lightweight and high-performance HTTP request router that supports variables in routing patterns and scales well with large numbers of routes. | 16,629 |
maccman/nestful | A Ruby HTTP client library with a simple and sane API for making REST requests. | 508 |
puma/puma | A Ruby web server designed for parallelism and high-performance | 7,696 |
jruby/jruby | An implementation of the Ruby language on the JVM, aiming to provide concurrency and integration with Java. | 3,796 |