Go To English Version 超过100万源码资源,1000万源码文件免费下载
  • django-seo-middleware ... Add 'seo' to INSTALLED_APPS in settings.py 3. Add 'seo.middleware.MetaDataMiddleware' to MIDDLEWARE_CLASSES in settings.py 4. Include url( ... the template is not rendered until all the middleware checks are complete. This gives us a handle of ...
  • rack4java-middleware ... ruby rack implementation has been enhanced by lots of additional "middleware" - self-contained, re-usable chunks of web-application ... by providing Rack4java "clones" of a broad selection of middleware, based on freely-available ruby rack code. There is no ...
  • wurfl-lite-middleware A Rack Middleware implementation of wurfl-lite
  • wurfl-lite-middleware-heroku A demo site of wurfl-lite-middleware on Heroku's servers
  • assetgraph-middleware ... /static/files'; express.createServer() .use(express.logger()) .use(require('assetgraph-middleware')({ root: root, processUrls: /\/$|\.html$/, transform: function (assetGraph, cb) { ...
  • middleware ... look is [the user guide](https://github.com/mitchellh/middleware/blob/master/user_guide.md). ## Installation This project is ... call(env) puts "<-- #{@value}" end end # Build the actual middleware stack which runs a sequence # of slightly different ...
  • Plack-Middleware-RealIP Get the real client IP address NAME Plack::Middleware::RealIP - Override client IP with header value provided by ... daganato.com> Most of the logic is based on Plack::Middleware::XForwardedFor by Graham Barr LICENSE This library is free ...
  • thrift-rack-middleware ... handler = ThriftHandler.new processor = MyThrift::Processor.new(handler) config.middleware.use Thrift::RackMiddleware, processor: processor, hook_path: '/thrift_rpc', protocol_factory: ...
  • ring-middleware-index-file Serve up an index file for a route if it exists. h1. Ring Middleware Index File (wrap-index-file "/some/route") Requests to @/some/route@ will redirect to @/some/route/@. Requests to @/some/route/@ will return the @index.html@ file. h2. Options ...
  • less.js-middleware ... middleware --save ``` ## Usage ```js lessMiddleware(source, [{options}]) ``` ### Express ```js var lessMiddleware = require('less-middleware'); var app = express(); app.use(lessMiddleware(__dirname + '/public')); app.use(express.static(__dirname + '/ ...