-
-
scrapy-history-middleware
... the web.
It also functions as a drop-in replacement for the builtin scrapy
httpcache middleware
(`scrapy.contrib.downloadermiddleware.httpcache.HttpCacheMiddleware`). For
example:
```python
DOWNLOADER_MIDDLEWARES = {
'history.middleware. ...
-
jadelesscoffee-middleware
... for Jade, LessCSS, and CoffeeScript. This is a wsgi middleware for processing templates/src on the fly using ... can be a proven technique.)
Installation
------------
`$ pip install jadelesscoffee-middleware`
Where your application is created, add a line ...
-
Plack-Middleware-Negotiate
... be used to directly route the request to a PSGI application:
my $app = Plack::Middleware::Negotiate->new(
formats => {
json => {
type => 'application/json',
app => $json_app, ...
-
Plack-Middleware-REST
... request methods.
Let's say an instance of Plack::Middleware::REST is mounted at the base URL
`http:// ... , including `app` to pass the request in the middleware stack:
builder {
enable 'REST',
get => 'app', # pass GET ...
-
jog-middleware
... / Express
# jog-middleware
jog json logger middleware for Connect / Express
## Installation
$ npm install jog-middleware
## Example
```js
var connect = require('connect');
var logger = require('./index');
var jog = require('jog');
var log = ...
-
Plack-Middleware-Debug-Log4perl
Log4perl debug panel for Plack applications
Plack-Middleware-Debug-Log4perl
===============================
Log4perl debug panel for Plack applications.
To run the sample application:
plackup sample/app.psgi
To install the module:
perl Makefile.PL
...
-
Plack-Middleware-BotDetector
... to identify bots and spiders
=head1 VERSION
version 1.20120916.2030
=head1 SYNOPSIS
enable 'Plack::Middleware::BotDetector',
bot_regex => qr/Googlebot|Baiduspider|Yahoo! Slurp/;
=head1 DESCRIPTION
Any popular web site will get a ...
-
stream-middleware
# stream-middleware
Streams as middleware
## Example
```
var streams = require("stream-middleware")
, partial = require("ap").partial
, path = require("path")
, through = require("through-stream")
, from = require("read-stream")
, ...
-
dns-middleware
... for express/connect
dns-middleware
==============
DNS-lookup middleware for express/connect
Usage
-----
The passed request must have a ... - The time it took to make the request
Example
-------
See: [dns-middleware-example](https://github.com/gildean/dns- ...
-
dns-middleware-example
Example express app for dns-middleware.
dns-middleware-example
======================
Example express app for dns-middleware.
See live example here: [http://whois.jit.su](http://whois.jit.su)
-