0.09
WebDAV client library in the style of Net::HTTP, using Net::HTTP and libcurl, if installed
2020
2021
2022
2023
2024
2025
0.09
This gem keep an eye on every Net::HTTP library usage and dump all request and response data to the log file
2020
2021
2022
2023
2024
2025
0.21
This library allows you to recognize and build URLs in a Rack application.
2020
2021
2022
2023
2024
2025
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...
2020
2021
2022
2023
2024
2025
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 ...
2020
2021
2022
2023
2024
2025
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...
2020
2021
2022
2023
2024
2025
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.
2020
2021
2022
2023
2024
2025
0.08
Pure-ruby HTTP 2.0 protocol implementation
2020
2021
2022
2023
2024
2025
0.08
Wrapper around Net::HTTP with AF_UNIX support
2020
2021
2022
2023
2024
2025
0.2
The official Ruby implementation of the CloudEvents Specification. Provides data types for events, and HTTP/JSON bindings for marshalling and unmarshalling event data.
2020
2021
2022
2023
2024
2025
0.07
HTTP helper library
2020
2021
2022
2023
2024
2025
0.0
Iudex is a general purpose web crawler and feed processor in ruby/java. The iudex-http-test gem contains a HTTP test server for testing HTTP client implementations.
2020
2021
2022
2023
2024
2025
0.0
Mimics net-http-pipeline's behaviour within WebMock's Net::HTTP implementation, allowing you to mock and test your pipelined HTTP calls.
2020
2021
2022
2023
2024
2025
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.
2020
2021
2022
2023
2024
2025
0.0
Port of the sabre-http library to ruby.
The tilia_http library provides utilities for dealing with http requests and responses.
2020
2021
2022
2023
2024
2025
0.0
HTTP client and server components for the RFlow FBP framework. Also includes the necessary HTTP::Request and HTTP::Response message types
2020
2021
2022
2023
2024
2025
0.0
Monkey patches the Net::HTTP standard library to add the HTTP REPORT
Request class that integrates with the rest of the Net::HTTP suite.
2020
2021
2022
2023
2024
2025
0.02
Monkeypatching Net::HTTP to use em-http-request under the hood.
2020
2021
2022
2023
2024
2025
0.02
This project aims to replace the builtin git-http-backend CGI handler
distributed with C Git with a Rack application. By default, Grack uses calls to
git on the system to implement Smart HTTP. Since the git-http-backend is really
just a simple wrapper for the upload-pack and receive-pack processe...
2020
2021
2022
2023
2024
2025
0.19
This gem provides the extracted Token Authenticatable module of devise.
It enables the user to sign in via an authentication token. This token
can be given via a query string or HTTP Basic Authentication.
2020
2021
2022
2023
2024
2025