Ports Search

Results 1,1611,170 of 8,048 for www%3Atrac.(0.005 seconds)
www/Dancer-Session-Cookie-0.25 (Score: 0.020137845)
Perl extension for encrypted cookie-based session backend for Dancer
Encrypted cookie-based session backend for Dancer.
www/Dancer-Template-Xslate-0.03 (Score: 0.020137845)
Text::Xslate wrapper for Dancer
Xslate template engine for Dancer web framework
www/Dancer-1.3202 (Score: 0.020137845)
Perl extension for minimal-effort oriented web application framework
A minimal-effort oriented web application framework.
www/Dancer2-Plugin-Ajax-0.200001 (Score: 0.020137845)
Ajax handling for Dancer2 applications
The ajax keyword which is exported by this plugin allow you to define a route handler optimized for Ajax queries.
www/Dancer2-Plugin-Deferred-0.007015 (Score: 0.020137845)
Dancer2 plugin to defer messages or data across redirections
This Dancer2 plugin provides a method for deferring a one-time message across a redirect. It is similar to "flash" messages, but without the race conditions that can result from multiple tabs in a browser or from AJAX requests. It is similar in design to Catalyst::Plugin::StatusMessage, but adapted for Dancer2. It works by creating a unique message ID within the session that holds deferred data. The message ID is automatically added as a query parameter to redirection requests. It's sort of like a session within a session, but tied to a request rather than global to the browser. (It will even chain across multiple redirects.)
www/Dancer2-Plugin-Path-Class-0.08 (Score: 0.020137845)
List a directory using Path::Class
Dancer2::Plugin::Path::Class exports the keyword 'ls' returning a Path::Class object. The 'ls' keyword also sets some 'vars'. - ls_name: The basename of the path - ls_cdup: The parent of the request path - ls_dirs: A list of subdirectories if the path is a directory object - ls_files: A list of files or just one file if the path is a file object
www/Data-Validate-URI-0.07 (Score: 0.020137845)
Common data validation methods for URIs
This module collects common URI validation routines to make input validation, and untainting easier and more readable. All functions return an untainted value if the test passes, and undef if it fails. This means that you should always check for a defined status explicitly. Don't assume the return will be true. The value to test is always the first (and often only) argument. There are a number of other URI validation modules out there as well. This one focuses on being fast, lightweight, and relatively 'real-world'. i.e. it's good if you want to check user input, and don't need to parse out the URI/URL into chunks. Right now the module focuses on HTTP URIs, since they're arguably the most common.
DHTML renderer for Data::TreeDumper
Simple DHTML renderer for Data::TreeDumper.
www/Emplacken-0.01 (Score: 0.020137845)
Manage multiple plack apps with a directory of config files
Emplacken is a tool for managing a set of Plack applications based on config files. It also adds support for privilege dropping and error logs to those Plack servers that don't support these features natively. It works be reading a config file and using that to generate a PSGI application file based on your config. It knows how to generate Catalyst, Mojo, and Mason app files natively. For other apps, or more complicated setups, you can supply a template to Emplacken and it will use that to generate the PSGI app.
www/FCGI-Async-0.22 (Score: 0.020137845)
Module to allow use of FastCGI asynchronously
This module allows a program to respond to FastCGI requests using an asynchronous model. It is based on IO::Async and will fully interact with any program using this base.