Ports Search

Results 1,4511,460 of 8,048 for www%3Atrac.(0.004 seconds)
Automatically remove multiple slashes in your paths
Plack Middleware. By enabling this middleware, all multiple slashes in your requests will automatically be cut. //hello///world becomes /hello/world. Simple as that.
Perl extension to serve pre-gzipped content to capable clients
Plack::Middleware::Precompressed is an alternative (or rather, complement) to middlewares like Deflater, which will compress response bodies on the fly. For dynamic resources, that behaviour is necessary, but for static resources it is a waste: identical entities will be compressed over and over. Instead, Precompressed allows you to compress static resources once, e.g. as part of your build process, and then serve the compressed resource in place of the uncompressed one for compression-enabled clients. To do so, it appends a .gz suffix to the request URI and tries to serve that. If that fails, it will try again with the unmodified URI.
Sets removes body for HTTP response if it is not required
Plack::Middleware::RemoveRedundantBody removes body in HTTP response, if it is not required.
www/Plack-Middleware-Reproxy-0.00004 (Score: 0.020137845)
Perl extension to handle X-Reproxy-URL from within Plack
Plack::Middleware::Reproxy implements a simple reproxy mechanism via X-Reproxy-URL, like https://github.com/kazuho/mod_reproxy.
Perl extension to support app to run as a reverse proxy backend
Supports app to run as a reverse proxy backend.
www/Plack-Middleware-Rewrite-2.000 (Score: 0.020137845)
mod_rewrite for Plack
This middleware provides a convenient way to modify requests in flight in Plack apps. Rewrite rules are simply written in Perl, which means everything that can be done with mod_rewrite can be done with this middleware much more intuitively (if in syntactically wordier ways). Its primary purpose is rewriting paths, but almost anything is possible very easily.
Plack middleware to show server status like Apache mod_status
Plack::Middleware::ServerStatus::Lite is a middleware that display server status in multiprocess Plack servers such as Starman and Starlet. This middleware changes status only before and after executing the application. so cannot monitor keepalive session and network i/o wait.
www/Plack-Middleware-Session-0.30 (Score: 0.020137845)
Perl extension for session management middleware for Plack
Middleware for session management
www/Plack-Middleware-SocketIO-0.00904 (Score: 0.020137845)
Perl extension for Socket.IO Plack middleware
Plack::Middleware::SocketIO is a server implmentation of SocketIO in Perl.
www/Plack-Middleware-Status-1.101150 (Score: 0.020137845)
Perl extension to map urls to status code-driven responses for Plack
Plack Middleware for mapping urls to status code-driven responses.