Project
Reverse Dependencies for rack
The projects listed here declare rack as a runtime or development dependency
0.0
The goal of this gem is to avoid depending on potentially forgeable
headers down the line by configuring the deploy target properly.
Forks https://github.com/pusher/rack-headers_filter to allow more configuration
options when initializing the headers. Personally disagree with th...
2020
2021
2022
2023
2024
2025
0.0
Rack health check middleware.
2020
2021
2022
2023
2024
2025
0.0
A simple Rack middleware to health check
2020
2021
2022
2023
2024
2025
0.0
A health Endpoint
2020
2021
2022
2023
2024
2025
0.0
Rack middleware for Heroku
2020
2021
2022
2023
2024
2025
0.0
rack middleware for exposing Heroku environment variables
2020
2021
2022
2023
2024
2025
0.0
Rack middleware for checking the process commit hash on Heroku
2020
2021
2022
2023
2024
2025
0.0
Rack middleware to prevent loading from `*.heroku.com` / `*.herokuapp.com` addresses by serving default Heroku 404 page for 'App not found'. Use in combination with custom domains.
2020
2021
2022
2023
2024
2025
0.0
Rack Middleware for syntax highlighting.
2020
2021
2022
2023
2024
2025
0.0
Rack middleware for logging request data to Honeycomb.
2020
2021
2022
2023
2024
2025
0.0
Includes the X-Clacks-Overhead header inside your rack application. http://redd.it/2yt9j6
2020
2021
2022
2023
2024
2025
0.0
A gem that provides hoptoad notifications from rack
2020
2021
2022
2023
2024
2025
0.0
Simple Rack wrapper around HoptoadNotifier.notify
2020
2021
2022
2023
2024
2025
0.0
Rack middleware to 404 requests that aren't to whitelisted hostnames
2020
2021
2022
2023
2024
2025
0.0
HTML Tidy.
2020
2021
2022
2023
2024
2025
0.0
Just use Rack::HTTPCat in your application for all requests to have a link to the https://http.cat for their status under the HTTP-Cat header.
2020
2021
2022
2023
2024
2025
0.0
Rack::HttpEnforcer is a simple Rack middleware to enforce http connections
2020
2021
2022
2023
2024
2025
0.0
rack middleware to generate a replay log
2020
2021
2022
2023
2024
2025
0.0
Log arbitrary metrics from HTTP request parameters according to l2met conventions.
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