0.11
Trigger on openvpn events and notify HTTP API
2021
2022
2023
2024
2025
2026
0.24
This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program
2021
2022
2023
2024
2025
2026
0.24
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.24
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.06
Ever wondered what HTTP requests the Ruby gem you are using to connect to a third party API is making? Use HTTP Spy to see what is going on behind the scenes.
2021
2022
2023
2024
2025
2026
0.23
Ruby library to work with HTTP archives
2021
2022
2023
2024
2025
2026
0.23
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.0
Manages persistent connections using Net::HTTP plus a speed fix for Ruby 1.8.
It's thread-safe too!
Using persistent HTTP connections can dramatically increase the speed of HTTP.
Creating a new HTTP connection for every request involves an extra TCP
round-trip and causes TCP congestion avoidance...
2021
2022
2023
2024
2025
2026
0.0
Manages persistent connections using Net::HTTP. It's thread-safe too! Using persistent HTTP connections can dramatically increase the speed of HTTP. Creating a new HTTP connection for every request involves an extra TCP round-trip and causes TCP congestion avoidance negotiation to start over. Net...
2021
2022
2023
2024
2025
2026
0.0
Manages persistent connections using Net::HTTP plus a speed fix for Ruby 1.8.
It's thread-safe too!
Using persistent HTTP connections can dramatically increase the speed of HTTP.
Creating a new HTTP connection for every request involves an extra TCP
round-trip and causes TCP congestion avoidance...
2021
2022
2023
2024
2025
2026
0.05
Polyphony-http: Polyphonic HTTP for Ruby
2021
2022
2023
2024
2025
2026
0.0
Saferpay JSON application programming interface with a ruby API wrapper built with Net::HTTP
Saferpay API is designed to have predictable, resource-oriented URLs and to use HTTP response codes to indicate API errors. Saferpay use built-in HTTP features, like HTTP authentication and HTTP ver...
2021
2022
2023
2024
2025
2026
0.22
Simple Ruby HTTP/REST client with a sane API
2021
2022
2023
2024
2025
2026
0.22
A fast HTTP server supporting rack.
2021
2022
2023
2024
2025
2026
0.09
Provides an adaptor between async-http and faraday.
2021
2022
2023
2024
2025
2026
0.21
This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program
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.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
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
# 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