Go To English Version 超过100万源码资源,1000万源码文件免费下载
  • Plack-Middleware-JSON-ForBrowsers ... application/json responses into HTML This archive contains the distribution Plack-Middleware-JSON-ForBrowsers, version 0.002000: Plack middleware which turns application/json responses into HTML This software is copyright (c) 2014 by Manfred Stock. ...
  • upload-middleware Upload middleware for node.js # upload-middleware upload-middleware on top of [formidable][1] See examples/app.js for demo code ## TODO Refactoring needed ## License Written by Tugdual de Kerviler, licensed under the MIT license. [1]: https:// ...
  • plack-middleware-withbody ... version 0.01 =head1 SYNOPSIS package Plack::Middleware::MyMiddleware; use strict; use warnings; use parent 'Plack::Middleware::WithBody'; sub want_request_body { return 1; # defaults to 0 } sub want_response_body { return 1; # ...
  • wai-middleware-headers addHeaders and cors for Haskell's Network.Wai My first cabal package! Adds cors support to WAI. Also, an addHeaders middleware to add arbitrary headers to your app.
  • wai-middleware-cache Caching middleware for WAI
  • wai-middleware-cache-redis Redis backend for wai-middleware-cache
  • Plack-Middleware-GoogleAnalytics ... code at the end of the document. # ARGUMENTS This middleware accepts the following arguments. ## ga_id This is the id ... argument. # SEE ALSO [Plack](http://search.cpan.org/perldoc?Plack), [Plack::Middleware](http://search.cpan.org/perldoc?Plack:: ...
  • serve-gridfs-image-middleware Rack middleware for serving images from GridFS This is a Gem packaging of Antek Piechnik's code for serving ... -up-carrierwave-file-uploads-using-gridfs-on-rails-3-and-mongoid Add this in config/application.rb: config.middleware.use "ServeGridfsImage"
  • Plack-Middleware-Debug-LazyLoadModules ... usual: % perl Makefile.PL % make && make test Then install it: % make install =head1 DOCUMENTATION Plack::Middleware::Debug::LazyLoadModules documentation is available as in POD. So you can do: % perldoc Plack::Middleware::Debug:: ...
  • middleware-recorder ... does this package do? It lets you pass a middleware to a recorder and record the result into ... extendRes = { foobar: function(value){ this.result.foobar = value; } }; record( middleware, null, extendRes ).into( tape ); ``` ## See it in action ...