Ports Search

Results 19,25119,260 of 19,819 for %22HTTP Server%22.(0.011 seconds)
Make the Catalyst request context available in Models and Views
Make the current Catalyst request context available in Models and Views. Models and Views don't usually have access to the request object, since they probably don't really need it. Sometimes, however, having the request context available outside of Controllers makes your application cleaner. If that's the case, just use this module as a base class.
Return a new instance a component on each request
Return a new instance a component on each request
Apply roles to action instances
Catalyst::Controller::ActionRole is a perl module that apply roles to action instances.
www/Catalyst-Controller-BindLex-0.03 (Score: 7.739885E-4)
Stash your lexical goodness
This plugin lets you put your lexicals on the stash and elsewhere very easily. If you use the same name for two variables with the same storage binding attribute they will be aliased to each other, so you can use this for reading as well as writing values across controller subs. This is almost like sharing your lexical scope.
Catalyst FormFu Base Controller
This creates a new HTML::FormFu object, passing as it's argument the contents of the "constructor" config value.
Protect your site from robots
Protect your site from robots
www/CGI-Deurl-XS-0.08 (Score: 7.739885E-4)
Fast decoder for URL parameter strings
This module decodes a URL-encoded parameter string in the manner of CGI.pm. However, as it uses C code from libapreq to perform the task, it's somewhere from slightly to much faster (depending on your strings) than using CGI or a functionally similar module like CGI::Deurl.
Regex DispatchType
Regex dispatch types have been depreciated and removed from Catalyst core. It is recommend that you use Chained methods or other techniques instead. As part of the refactoring, the dispatch priority of Regex vs Regexp vs LocalRegex vs LocalRegexp may have changed. Priority is now influenced by when the dispatch type is first seen in your application.
www/Catalyst-Engine-Apache-1.16 (Score: 7.739885E-4)
Catalyst Apache Engines
Catalyst::Engine::Apache - Catalyst Apache Engines These classes provide mod_perl support for Catalyst.
www/Catalyst-Engine-PSGI-0.14 (Score: 7.739885E-4)
Perl extension of PSGI engine for Catalyst
PSGI engine for Catalyst.