0.0
Provides a simple way of making HTTPS calls with different verbs, headers, params, and parsing the output as JSON
2021
2022
2023
2024
2025
2026
0.0
Super-simple HTTPD server - sinatra w/gimmiks
2021
2022
2023
2024
2025
2026
0.0
Compilation of tools and configurations that will help you
get started with your back-end setup.
This gem contains the basic configuration options and file
organization to create an HTTP layer and also a layer for
the business rules (a.k.a. interactors).
Sinatra is used as a HTTP layer, but it ...
2021
2022
2023
2024
2025
2026
0.0
Collects and stores your outgoing HTTP requests in NetNoop.requests for later inspection, usually in your test assertions or matchers.
Can be used in conjunction with FakeWeb to disable outbound HTTP requests while also making the contents of those requests visible.
2021
2022
2023
2024
2025
2026
0.0
raindrops is a real-time stats toolkit to show statistics for Rack HTTP
servers. It is designed for preforking servers such as unicorn, but
should support any Rack HTTP server on platforms supporting POSIX shared
memory. It may also be used as a generic scoreboard for sharing atomic
counters ac...
2021
2022
2023
2024
2025
2026
0.0
Ruby http + backoff retry + circuit breaker.
2021
2022
2023
2024
2025
2026
0.0
A gem for making http requests.
2021
2022
2023
2024
2025
2026
0.0
EventMachine based, async HTTP Request client
2021
2022
2023
2024
2025
2026
0.0
Landline is a no-hard-dependencies HTTP routing DSL that was made entirely for fun.
It runs on any HTTP server that supports the Rack 3.0 protocol.
It is usable for many menial tasks, and as long as it continues to be fun, it will keep growing.
2021
2022
2023
2024
2025
2026
0.0
MiniHttp provides a clean, easy-to-use interface for making HTTP requests with automatic JSON handling, SSL support, and customizable timeouts.
2021
2022
2023
2024
2025
2026
0.0
Ser(ve) your web app with HTTPS to any device on your network (mDNS):
1. Use convenient domain names without ports (https://app.local vs http://127.0.0.1:3000);
2. Use mDNS for .local domains, so you can visit them from your phone or any other device connected to the same network;
3. Locally-trus...
2021
2022
2023
2024
2025
2026
0.0
A gem that parses debug output from Ruby's Net::HTTP.
2021
2022
2023
2024
2025
2026
0.0
A Ruby client for the Expo Push Notifications API, providing typed request/response objects,
automatic payload mapping, error classification, and configurable HTTP behavior.
It is built on Faraday for HTTP communication.
2021
2022
2023
2024
2025
2026
0.0
Takes URLs on stdin, prints them to stdout if they return a 200 or 300 http status
2021
2022
2023
2024
2025
2026
0.0
A zero-dependency HTTP client built on Ruby's net/http with automatic retries, request/response interceptors, and a clean API for JSON services.
2021
2022
2023
2024
2025
2026
0.0
SidekiqStatusMonitor offers a solution to add HTTP server for the sidekiq instance.
Can be used for Kubernetes livenessProbe and readinessProbe checks.
Other liveness/alive checks can be done too since the server returns 200/500 status codes.
Also provides a HTTP JSON interface for crawling met...
2021
2022
2023
2024
2025
2026
0.0
Stīpa is a lightweight, zero-dependency HTTP/1.1 framework built entirely on Ruby stdlib.
Features:
- Pure stdlib (socket, thread, erb, json, securerandom)
- HTTP/1.1 with keep-alive, SO_REUSEPORT, and TCP_NODELAY
- Thread pool with bounded queue and graceful shutdown
- Pre-compiled middleware s...
2021
2022
2023
2024
2025
2026
0.0
Parallel HTTP requests via libcurl curl_multi API. Releases GVL during I/O, compatible with Async gem and Fiber scheduler. Supports execute (all), first_execute (first N), stream_execute (yield as ready). Built-in retry functionality for network errors and custom HTTP status codes.
2021
2022
2023
2024
2025
2026
0.0
An ActiveRecord adapter for Turso, the edge SQLite database powered by libSQL.
Connects to Turso Cloud via the Hrana v2 HTTP protocol using Ruby's built-in
Net::HTTP, making it fork-safe and dependency-free. Supports Embedded Replica
mode via the sqlite3 gem for local read performance.
2021
2022
2023
2024
2025
2026
0.0
An httpbin like Rack module for Rspec
2021
2022
2023
2024
2025
2026