http
HTTP client library
A Ruby library that provides an easy-to-use API for making HTTP requests with support for chaining, streaming, and timeouts.
HTTP (The Gem! a.k.a. http.rb) - a fast Ruby HTTP client with a chainable API, streaming support, and timeouts
3k stars
48 watching
321 forks
Language: Ruby
last commit: 10 days ago
Linked from 3 awesome lists
clienthttphttp-clientruby
Related projects:
Repository | Description | Stars |
---|---|---|
bblimke/webmock | A library that enables stubbing and setting expectations on HTTP requests in Ruby applications | 3,973 |
jnunemaker/httparty | Makes HTTP requests easier to work with in Ruby | 5,810 |
lostisland/faraday | An HTTP client library abstraction layer providing a common interface over multiple adapters and middleware | 5,757 |
excon/excon | An HTTP client library designed to provide simple and fast Ruby interactions with web servers | 1,158 |
nahi/httpclient | A Ruby library providing an HTTP client with various features and functionality | 703 |
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 |
taf2/curb | Provides Ruby bindings for libcurl, allowing developers to make HTTP requests in their Ruby applications. | 1,290 |
maccman/nestful | A Ruby HTTP client library with a simple and sane API for making REST requests. | 508 |
pusher/pusher-http-ruby | Provides a Ruby interface to the Pusher Channels HTTP API | 665 |
puma/puma | A Ruby web server designed for parallelism and high-performance | 7,696 |
postmodern/net-http-server | A pure Ruby HTTP server implementation | 69 |
hasmanydevelopers/rdaneel | An asynchronous HTTP client library with built-in robots.txt support | 22 |
ruby/ruby | An implementation of an object-oriented programming language for scripting and web development | 22,145 |
typhoeus/ethon | A lightweight Ruby wrapper around libcurl to simplify HTTP requests | 137 |
socketry/falcon | A high-performance web server for Ruby that supports multiple HTTP protocols and has built-in concurrency features. | 2,659 |