0.22
A fast HTTP / Websocket Server with built-in Pub/Sub support (with or without Redis), static file support and many other features, optimized for Ruby MRI on Linux / BSD / macOS / Windows
2021
2022
2023
2024
2025
2026
0.22
A library for building RFC compliant Multipurpose Internet Mail Extensions
(MIME) messages. It can be used to construct standardized MIME messages for use
in client/server communications, such as Internet mail or HTTP
multipart/form-data transactions.
2021
2022
2023
2024
2025
2026
0.09
Provides an adaptor between async-http and faraday.
2021
2022
2023
2024
2025
2026
0.21
Simple Ruby HTTP/REST client with a sane API
2021
2022
2023
2024
2025
2026
0.0
ronin-listener-http is a HTTP server for receiving exfiltrated data sent via
HTTP requests. ronin-listener-http can be used to test for Server-Side Request
Forgery (SSRF) or XML external entity (XXE) injection.
2021
2022
2023
2024
2025
2026
0.0
Do not use HTTP Spew for connecting to servers outside of your LAN.
Do not use HTTP Spew without the permission of your server admins.
Use HTTP Spew if you wish you could kinda multicast with HTTP...
2021
2022
2023
2024
2025
2026
0.0
# Rack HTTP Pipe
Use to pipe directly a remote HTTP file without buffering it.
> /!\ Do not work with WebBrick, tested with puma
## Use case
* Given a file named #HASH#.pdf on S3
* You want a clean URL and handling the authentication in front of it
```
GET http:/example.com/download
Cont...
2021
2022
2023
2024
2025
2026
0.0
This is an experimental branch that implements a connection pool of
Net::HTTP objects instead of a connection/thread. C/T is fine if
you're only using your http threads to make connections but if you
use them in child threads then I suspect you will have a thread memory
leak. Also, I want to ...
2021
2022
2023
2024
2025
2026
0.0
This gem provides a dedicated async HTTP processor that uses Ruby's Fiber scheduler for non-blocking I/O. Application threads hand off HTTP requests to the processor and return immediately. The processor handles hundreds of concurrent HTTP connections using fibers, then notifies the application w...
2021
2022
2023
2024
2025
2026
0.0
== Confidently Build Terminal Apps
Rooibos[https://rooibos.run] helps you build interactive terminal applications.
Keep your code understandable and testable as it scales. Rooibos handles
keyboard, mouse, and async work so you can focus on behavior and user experience.
gem install rooibos
<i...
2021
2022
2023
2024
2025
2026
0.08
Pure-ruby HTTP 2.0 protocol implementation
2021
2022
2023
2024
2025
2026
0.2
A fast HTTP server supporting rack.
2021
2022
2023
2024
2025
2026
0.07
Hiera backend for looking up data over HTTP APIs
2021
2022
2023
2024
2025
2026
0.07
This gem keeps an eye on every Net::HTTP library usage and dumps all request and response data to the log file.
2021
2022
2023
2024
2025
2026
0.07
Wrapper around Net::HTTP with AF_UNIX support
2021
2022
2023
2024
2025
2026
0.07
ShamRack plumbs Net::HTTP directly into Rack, for quick and easy HTTP testing.
2021
2022
2023
2024
2025
2026
0.07
RabbitMQ HTTP API client for Ruby
2021
2022
2023
2024
2025
2026
0.0
http_resque helps you cleanly write integration tests for your Resque jobs. It's a thin HTTP API around the Resque daemon. With it you can manipulate the contents of the Resque queues using HTTP requests.
2021
2022
2023
2024
2025
2026
0.0
HTTP client and server components for the RFlow FBP framework. Also includes the necessary HTTP::Request and HTTP::Response message types
2021
2022
2023
2024
2025
2026
0.0
Port of the sabre-http library to ruby.
The tilia_http library provides utilities for dealing with http requests and responses.
2021
2022
2023
2024
2025
2026