0.0
Adds configurable connection pools per host for persistent http connections
2021
2022
2023
2024
2025
2026
0.0
A persistent Net::Http adapter for Faraday with a connection pool shared across threads and fibres.
2021
2022
2023
2024
2025
2026
0.0
This is a basic HTTP Live Streaming (HLS) server written in Ruby using the Rack interface. It serves MP3 audio files by converting them on-the-fly into HLS format (M3U8 playlist and MP3 segment files) using `ffmpeg`. Converted files are cached for subsequent requests.
This server is desig...
2021
2022
2023
2024
2025
2026
0.0
Crawlr is a modern Ruby web scraping framework built for respectful and efficient data extraction.
Features async HTTP requests, robots.txt compliance, cookie management, proxy rotation, flexible
CSS/XPath selectors, and comprehensive error handling. Designed for both simple scraping tasks
and co...
2021
2022
2023
2024
2025
2026
0.0
Shiboru provides a clean and intuitive way to handle filtering, ordering, and pagination in Ruby applications.
It automatically maps models to filter classes, parses HTTP parameters, and supports complex nested associations with various operators.
2021
2022
2023
2024
2025
2026
0.0
BlueFactory is a Ruby library which helps you build a web service that hosts custom feeds a.k.a. feed generators
for the Bluesky social network. It implements a simple HTTP server based on Sinatra which provides the required
endpoints for the feed generator interface. You need to pro...
2021
2022
2023
2024
2025
2026
0.0
Writes log to db and log files (configurable destinations) according the context and exposes the log entries via http
2021
2022
2023
2024
2025
2026
0.0
The Carvoyant API gem allows Ruby developers to programmatically access the Carvoyant Resources. The API is implemented as JSON over HTTP using all four verbs (GET/POST/PUT/DELETE). Each resource, like Vehicle, Trip, or DataSet, has its own URL and is manipulated in isolation.
2021
2022
2023
2024
2025
2026
0.0
Publish events about changes to your ActiveRecord models to different
targets, like HTTP endpoints, AWS SNS topics or Kinesis streams
2021
2022
2023
2024
2025
2026
0.0
Use Net::HTTP to make requests
2021
2022
2023
2024
2025
2026
0.0
The Random Sources library provides genuine random numbers, generated by processes fundamentally governed by inherent uncertainty instead of some pseudo-random number algorithm. It uses http services from different online providers.
2021
2022
2023
2024
2025
2026
0.0
Wrapper for FitBark API: It provides simple methods to handle authorization and to execute HTTP calls.
2021
2022
2023
2024
2025
2026
0.0
A mountable Rails Engine for receiving HTTPS Push Notifications from watched Google Calendar Resources and adding messages to AWS Queues for consumption by production, staging, development and test environments
2021
2022
2023
2024
2025
2026
0.0
Console line interface for faraday gem client so you can use your favorite middleware based ruby http client on the terminal!
2021
2022
2023
2024
2025
2026
0.0
A rack middleware library that allows for cookies to be passed through form parameters. Specifically, it merges the specified form parameters into the Cookie header of an http request. It gets around the problem of having a flash application which interacts with a web application that uses cookie...
2021
2022
2023
2024
2025
2026
0.0
RailsMap automatically generates beautiful, interactive API documentation for your Rails application.
Features:
• Live documentation via Rails Engine at /rails-map
• Static HTML generation for offline use
• Automatic parameter detection (path, query, body)
• Route documentation with HTTP methods...
2021
2022
2023
2024
2025
2026
0.0
Libsoup bindings for ruby. Partial coverage sufficient to allow HTTP requests to be handled without blocking the mainloop.
e.g
require 'gtk2'
require 'soup'
message = Soup::Message.new("GET", "http://www.example.com/")
Soup::SessionAsync.new.queue(message) do |_sess,_mess|
puts "Got respons...
2021
2022
2023
2024
2025
2026
0.0
Telegem is a modern Telegram Bot Framework for Ruby inspired by Telegraf.js.
Built with async-first design using async-http, featuring scenes, middleware,
and a clean DSL. Perfect for building scalable Telegram bots.
2021
2022
2023
2024
2025
2026
0.0
A fake SMTP server with a minimal HTTP API
2021
2022
2023
2024
2025
2026
0.0
Ruby HTTP Thrif server with support muptiple protocols (JSON, Binary and etc.)
2021
2022
2023
2024
2025
2026