0.24
Ruby HTTP client library based on libcurl
2019
2020
2021
2022
2023
2024
0.24
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.
2019
2020
2021
2022
2023
2024
0.23
The Lob API is organized around REST. Our API is designed to have predictable, resource-oriented URLs and uses HTTP response codes to indicate any API errors. <p> Looking for our [previous documentation](https://lob.github.io/legacy-docs/)?
2019
2020
2021
2022
2023
2024
0.1
RabbitMQ HTTP API client for Ruby
2019
2020
2021
2022
2023
2024
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...
2019
2020
2021
2022
2023
2024
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...
2019
2020
2021
2022
2023
2024
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...
2019
2020
2021
2022
2023
2024
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...
2019
2020
2021
2022
2023
2024
0.22
Rack compatible HTTP router for Ruby
2019
2020
2021
2022
2023
2024
0.22
`pitchfork` is a preforking HTTP server for Rack applications designed
to minimize memory usage by maximizing Copy-on-Write performance.
2019
2020
2021
2022
2023
2024
0.22
This library allows you to recognize and build URLs in a Rack application.
2019
2020
2021
2022
2023
2024
0.22
Unirest is a set of lightweight HTTP libraries available in multiple languages.
2019
2020
2021
2022
2023
2024
0.09
This gem keep an eye on every Net::HTTP library usage and dump all request and response data to the log file
2019
2020
2021
2022
2023
2024
0.09
RabbitMQ HTTP API client for Ruby
2019
2020
2021
2022
2023
2024
0.09
WebDAV client library in the style of Net::HTTP, using Net::HTTP and libcurl, if installed
2019
2020
2021
2022
2023
2024
0.21
The official Ruby implementation of the CloudEvents Specification. Provides data types for events, and HTTP/JSON bindings for marshalling and unmarshalling event data.
2019
2020
2021
2022
2023
2024
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...
2019
2020
2021
2022
2023
2024
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.
2019
2020
2021
2022
2023
2024
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...
2019
2020
2021
2022
2023
2024
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 ...
2019
2020
2021
2022
2023
2024