Ports Search

Results 9,9019,910 of 17,754 for %E6%8E%A7%E5%88%B6%E5%8F%B0.(0.027 seconds)
www/Catalyst-ActionRole-ACL-0.07 (Score: 7.770591E-5)
User role-based authorization action class
Provides a Catalyst reusable action role for user role-based authorization. ACLs are applied via the assignment of attributes to application action subroutines.
Mmap cache for Catalyst
This package is part of the Catalyst Cache family. It allows integration of Cache::FastMmap and Catalyst This module extends the Catalyst application class with a "mmap" cache.
www/Catalyst-Plugin-FillInForm-0.12 (Score: 7.770591E-5)
Automatically fill in forms in Catalyst using HTML::FillInForms
Catalyst-Plugin-FillInForm is a Catalyst plugin that automatically fills in forms if the last form has missing or invalid fields.
FormValidator for Catalyst
This Catalyst plugin uses Data::FormValidator to validate and set up form data from your request parameters. It's a quite thin wrapper around that module.
www/Catalyst-Plugin-Unicode-0.93 (Score: 7.770591E-5)
Unicode aware Catalyst
On request, decodes all params from UTF-8 octets into a sequence of logical characters. On response, encodes body into UTF-8 octets.
www/Feersum-1.403 (Score: 7.770591E-5)
PSGI engine for Perl based on EV/libev
Feersum is an HTTP server built on EV. It fully supports the PSGI 1.03 spec including the psgi.streaming interface and is compatible with Plack. PSGI 1.1, which has yet to be published formally, is also supported. Feersum also has its own "native" interface which is similar in a lot of ways to PSGI, but is not compatible with PSGI or PSGI middleware. Feersum uses a single-threaded, event-based programming architecture to scale and can handle many concurrent connections efficiently in both CPU and RAM. It skips doing a lot of sanity checking with the assumption that a "front-end" HTTP/HTTPS server is placed between it and the Internet.
www/HTML-FillInForm-ForceUTF8-0.03 (Score: 7.770591E-5)
FillInForm with UTF-8 encoding
HTML::FillInForm::ForceUTF8 is a subclass of HTML::FillInForm that forces utf8 flag on html and parameters. This allows you to prevent filling garbled result.
www/HTTP-BrowserDetect-3.14 (Score: 7.770591E-5)
Determine the Web browser, version, OS from an HTTP user agent string
The HTTP::BrowserDetect object does a number of tests on an HTTP user agent string. The results of these tests are available via methods of the object.
Perl extension to plugin Encode::JP::Mobile for HTTP::MobileAgent
HTTP::MobileAgent::Plugin::Charset is a plugin of HTTP::MobileAgent. You can detect encoding. The result can use with Encode::JP::Mobile.
www/LWP-Authen-OAuth-1.02 (Score: 7.770591E-5)
Perl extension to generate signed OAuth requests
This module provides a sub-class of LWP::UserAgent that generates OAuth 1.0 signed requests. You should familiarise yourself with OAuth at http://oauth.net/.