-
-
Middleware
... ** - A lightweight router that uses a map[string]Middleware lookup on the requested URL to pass the ... )
* **routes** - a branching based router
* **session** - provides a middleware wrapper for Gorilla based Sessions
* **statuser** - sets appropriate ...
-
Plack-Middleware-ContentOverride
... which receives a text content of JSON, XML, etc., "textarea"
element would work fine.
CONFIGURATION
This middleware accepts the following configuration keys.
enable 'ContentOverride', payload => 'body', content_type => 'application/xml'; ...
-
node-rackspace-shared-middleware
... travis-ci.org/racker/node-rackspace-shared-middlewares)
# Available middleware
## Access Logger
Log express access attempts using logamgic. ... a 204 and an Access control Response.
## Body parser
Middleware which uses Swiz definitions to parse a request ...
-
rack-middleware-google-image
... [![Build Status](https://secure.travis-ci.org/banyan/rack-middleware-google-image.png)](http://travis-ci.org/banyan/rack- ... Add this line to your application's Gemfile:
gem 'rack-middleware-google-image'
And then execute:
$ bundle
Or install it ...
-
newrelic-middleware
... to see how long your app is spending in middleware.
## Installation
Add this line to your application's ...
Or install it yourself as:
$ gem install newrelic-middleware
## Usage
```ruby
use NewRelicMiddleware::TrackingSupport
run MyApp
```
No ...
-
node-ejs-middleware
... that file. Example usage:
var app = require('express').createServer(),
ejsMiddleware = require('ejs-middleware');
app.configure(function() {
app.use(ejsMiddleware(__dirname + '/static'));
}).listen(process.env.port ...
-
plack-middleware-combine-static
Plack-Middleware-CombineStatic version 0.03
===========================================
The README is used to introduce the module and provide instructions on
how to install the module, any machine dependencies it may have (for
example C compilers and ...
-
slimphp-session-redis-middleware
Middleware to use Redis as your PHP Session store in SlimPHP
slimphp-redis-session-middleware
================================
Middleware to use Redis as your PHP Session store in SlimPHP
use
================================
```php
$app->add($session = ...
-
ring.middleware.logger
... ns foo
(:require [ring.adapter.jetty :as jetty]
[ring.middleware.logger :as logger]))
(defn my-ring-app [request] ... when the logger is at `DEBUG` level.
Ring.middleware.logger uses
[OneLog](https://github.com/pjlegato/onelog ...
-
p5-Plack-Middleware-Auth-QueryString
...
you should just be able to do
% cpan Plack::Middleware::Auth::QueryString
Download it, unpack it, then build ... make test
Then install it:
% make install
DOCUMENTATION
Plack::Middleware::Auth::QueryString documentation is available as in POD. ...
-