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: over 5 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 | 634 |
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 |
net-ssh/net-ssh | An implementation of the SSH protocol to securely access and interact with remote servers | 987 |
curl/curl-cheat-sheet | A resource providing detailed information on various HTTP options and settings using the curl command | 355 |
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. | 984 |
elastic/elasticsearch-ruby | A Ruby client for Elasticsearch allowing developers to interact with the search engine. | 6 |
ohler55/agoo | A high-performance HTTP server for Ruby applications | 911 |
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 including TLS support for streaming requests and responses. | 320 |
haskell/http | A Haskell package providing an HTTP client and server implementation with customizable payload representation. | 177 |
pusher/pusher-http-ruby | Provides a Ruby interface to the Pusher Channels HTTP API | 665 |