net-http-cheat-sheet
Net HTTP examples
A collection of Ruby examples demonstrating various use cases for the Net::HTTP library
A collection of Ruby Net::HTTP examples.
1k stars
42 watching
163 forks
Language: Ruby
last commit: almost 6 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
http-rs/http-types | Provides common types and utilities for building HTTP applications in Rust. | 200 |
postmodern/net-http-server | A pure Ruby HTTP server implementation | 69 |
juliaweb/http.jl | An HTTP client and server package for Julia language | 645 |
excon/excon | An HTTP client library designed to provide simple and fast Ruby interactions with web servers | 1,162 |
nahi/httpclient | A Ruby HTTP client library providing basic HTTP request functionality with features like authentication and streaming support. | 703 |
net-ssh/net-ssh | A pure Ruby implementation of the SSH client protocol allowing remote server interaction and process execution. | 987 |
curl/curl-cheat-sheet | A resource providing detailed information on various HTTP options and settings using the curl command | 356 |
chrislo/data_visualisation_ruby | Samples of data visualization using various libraries in Ruby | 67 |
rsl/stringex | Extensions to Ruby's String class providing utility methods and permalink solutions. | 983 |
elastic/elasticsearch-ruby | A Ruby client for Elasticsearch allowing developers to interact with the search engine. | 1,971 |
ohler55/agoo | A high-performance HTTP server for Ruby applications | 910 |
binarylogic/authlogic_example | An example Rails app demonstrating a complete authentication system with user registration, login, and account management. | 567 |
socketry/async-http | An asynchronous client and server implementation of HTTP/1.0, 1.1, and 2 with TLS support for streaming requests and responses | 319 |
haskell/http | A Haskell package providing an HTTP client and server implementation with customizable payload representation. | 179 |
pusher/pusher-http-ruby | Provides a Ruby interface to the Pusher Channels HTTP API | 665 |