0.0
Rack::HttpEnforcer is a simple Rack middleware to enforce http connections
2021
2022
2023
2024
2025
2026
0.0
Rack::Speling is a simple port of mod_speling to Rack.
Currently, only case-insensitivety is achieved. Custom
correction-code can be passed into the middleware.
2021
2022
2023
2024
2025
2026
0.0
A rack middleware to configure rack env.
2021
2022
2023
2024
2025
2026
0.0
Rack::ContentDispositionHelper is Rack middleware that rewrites the decoded filename* directive in the Content-Disposition response header as the value of the filename directive.
2021
2022
2023
2024
2025
2026
0.0
Extends Rack::File and Rack::Static with gzip pre-compression optimization support. Also supports gzipped file extraction for clients which do not support gzip encoding.'
2021
2022
2023
2024
2025
2026
0.0
Rack middleware for resizing images served via Rack::GridFS
2021
2022
2023
2024
2025
2026
0.0
Rack middleware to log requests in logstash json event format. Like the logstasher gem, but for rack apps.
2021
2022
2023
2024
2025
2026
0.0
Rack::SimpleUserAgent is Rack::Request extension which detects user-agent from user-agent string. No complicated logic for the detection, it simply(stupidly) checks if user-agent includes particular string or not.
2021
2022
2023
2024
2025
2026
0.0
Rack middleware to decode the JWT token and add the payload to the Rack env
2021
2022
2023
2024
2025
2026
0.0
Rack::DomainRedirect is a tiny rack middleware for redirecting to the
configurable domain. If user request's the service from domain other than that
configured it redirects to the first domain on the configuration list. If no
domain is configured it does noting and passes requests to another app...
2021
2022
2023
2024
2025
2026
0.0
Rack::Pack is a piece of Rack Middleware that packages and optionally compresses assets such as javascripts and stylesheets into single files. In a development environment, assets will be packaged on each request if there have been changes to the source files. In a production environment, assets ...
2021
2022
2023
2024
2025
2026
0.0
Native Ruby binding and Rack middleware for libinjection. Report-only by default: detects SQLi/XSS-like payloads, emits structured attack signals, and can be combined with Rack::Attack. Ships with a pinned vendoring workflow for libinjection v4.0.0.
2021
2022
2023
2024
2025
2026
0.0
Rack middleware for building multi-protocol streaming rack endpoints
2021
2022
2023
2024
2025
2026
0.0
Streaming proxy for Rack, the rainbows to Rack::Proxy's unicorn. With SSL Support
2021
2022
2023
2024
2025
2026
0.0
Rack::Joint is a rack middleware to set redirect configuration with your anticipation.
2021
2022
2023
2024
2025
2026
0.0
Rack::NonCache is a rack middleware that disables HTTP browser caching.
2021
2022
2023
2024
2025
2026
0.0
Rack::Config::Flexible is an alternative to Rack::Config,
offering much greater flexibility.
Configuration options are stored as key-value pairs in _sections_,
partitioned by _environments_. For example:
+ environment
+ section
key -> value pairs
A simple DSL ...
2021
2022
2023
2024
2025
2026
0.0
Rack middleware that works with Sinatra to dynamically create CRUD
endpoints and routes based on models. It ain't perfect, but it works.
These generated CRUD routes are assumed to return a Rack response.
It's important to note, that you models and endpoints must be in
separate modules...
2021
2022
2023
2024
2025
2026
0.0
Rack middleware to facilitate Campfire control via a Rack application
2021
2022
2023
2024
2025
2026
0.0
Rack::Probe provides a set of probes for Rack that fire with each request.
2021
2022
2023
2024
2025
2026