0.0
A Rack middleware for automatically removing file extensions from URIs, and update the Accept HTTP Header accordingly.
2019
2020
2021
2022
2023
2024
0.0
Middleware that provides both file extension and HTTP_ACCEPT-type content negotiation for Rack applications
2019
2020
2021
2022
2023
2024
0.0
Rack middleware for declaratively setting the HTTP ContentSecurityPolicy (W3C CSP Level 2/3) security header to help prevent against XSS and other browser based attacks.
2019
2020
2021
2022
2023
2024
0.0
Provides Rails helper methods wrapping the HTTP headers set by Rack::Html5.
2019
2020
2021
2022
2023
2024
0.0
any request in the rack layer, returns any json response(Content-Type: application/json) and http status.
2019
2020
2021
2022
2023
2024
0.0
Rackful provides a minimal interface for developing ReSTful web services with
Rack and Ruby. Instead of writing HTTP method handlers, you’ll implement
resource objects, which expose their state at URLs.
This version is not backward compatible with v0.1.x.
2019
2020
2021
2022
2023
2024
0.0
Throttle HTTP requests using a connection pool for all database connections
2019
2020
2021
2022
2023
2024
0.0
Rack::NonCache is a rack middleware that disables HTTP browser caching.
2019
2020
2021
2022
2023
2024
0.0
RackMotion provides a Rack-like interface for middleware that can intercept and alter HTTP requests and responses in RubyMotion. It's built on top of NSURLProtocol, which makes it, to borrow a line from Mattt Thompson, an Apple-sanctioned man-in-the-middle attack.
2019
2020
2021
2022
2023
2024
0.0
I'm experimenting with creating Rack middleware gems. This lightweight gem servers as a replacement to Rack's CommonLogger statements. Improvements include colorized terminal output based on HTTP request method.
2019
2020
2021
2022
2023
2024
0.0
\Unicorn is an HTTP server for Rack applications designed to only serve
fast clients on low-latency, high-bandwidth connections and take
advantage of features in Unix/Unix-like kernels. Slow clients should
only be served by placing a reverse proxy capable of fully buffering
both the the request ...
2019
2020
2021
2022
2023
2024
0.0
The elegance of Rack with none of the unreliability of HTTP
2019
2020
2021
2022
2023
2024
0.0
This is meant to be used in the same way as HTTParty and uses it under the covers. Except, when the ReadonlyParty module is included in a class, it explicitly disallows post, put, delete, and patch methods from being called on that class.
2019
2020
2021
2022
2023
2024
0.0
A gem providing way to make HTTP clients stop caching responses.
2019
2020
2021
2022
2023
2024
0.0
A bare-bones Ruby HTTP server that talks Rack and uses a thread per connection model of concurrency.
2019
2020
2021
2022
2023
2024
0.0
an easy way to deal with simple http request
2019
2020
2021
2022
2023
2024
0.0
Antbird is a yet another low level API client for the Elasticsearch HTTP interface.
2019
2020
2021
2022
2023
2024
0.0
Very simple resque statistic.
2019
2020
2021
2022
2023
2024
0.0
Handles your HTTP requests in background in non-blocking way using Resque worker
2019
2020
2021
2022
2023
2024
0.0
RestCache is Rack middleware that relies on HTTP verbs to cache requests to your server application. Every GET request will be cached according to your initialization parameters (see README for more information), and conversely, every PUT/POST/DELETE request will clear your cache to ensure that u...
2019
2020
2021
2022
2023
2024