Ports Search

Results 16,27116,280 of 17,754 for %E6%8E%A7%E5%88%B6%E5%8F%B0.(0.011 seconds)
www/Plack-Middleware-Rewrite-2.000 (Score: 5.180394E-5)
mod_rewrite for Plack
This middleware provides a convenient way to modify requests in flight in Plack apps. Rewrite rules are simply written in Perl, which means everything that can be done with mod_rewrite can be done with this middleware much more intuitively (if in syntactically wordier ways). Its primary purpose is rewriting paths, but almost anything is possible very easily.
Plack middleware to show server status like Apache mod_status
Plack::Middleware::ServerStatus::Lite is a middleware that display server status in multiprocess Plack servers such as Starman and Starlet. This middleware changes status only before and after executing the application. so cannot monitor keepalive session and network i/o wait.
www/PocketIO-0.17000 (Score: 5.180394E-5)
Socket.IO Plack application
PocketIO is a server implementation of SocketIO in Perl, you still need socket.io javascript library on the client. PocketIO aims to have API as close as possible to the node.js implementation and sometimes it might look not very perlish.
www/Selenium-Remote-Driver-0.2300 (Score: 5.180394E-5)
Perl Interface for Selenium Remote Driver
Selenium is a test tool that allows you to write automated web application UI tests in any programming language against any HTTP website using any mainstream JavaScript-enabled browser. This module is an implementation of the client for the Remote driver that Selenium provides.
www/Squatting-0.82 (Score: 5.180394E-5)
Camping-inspired Web Microframework for Perl
Squatting is a web microframework written in Perl that is based on Ruby's Camping. It originally used Continuity as its foundation, but it has since been generalized such that it can squat on top of any Perl-based web framework (in theory).
www/Template-Provider-Encoding-0.10 (Score: 5.180394E-5)
Explicitly declare encodings of your templates
Template::Provider::Encoding is a Template Provider subclass to decode template using its declaration. You have to declare encoding of the template in the head (1st line) of template using (fake) encoding TT plugin. Otherwise the template is handled as utf-8.
www/Test-HTTP-0.18 (Score: 5.180394E-5)
Test HTTP interactions
Test::HTTP is designed to make it easier to write tests which are mainly about HTTP-level things, such as REST-type services. Each Test::HTTP object can contain state about a current request and its response. This allows convenient shorthands for sending requests, checking status codes, headers, and message bodies.
www/WWW-Facebook-API-0.4.18 (Score: 5.180394E-5)
Facebook API implementation in Perl
A Perl implementation of the Facebook API, working off of the canonical Java and PHP implementations. By default it uses JSON::Any to parse the response returned by Facebook's server. There is an option to return the raw response in either XML or JSON.
www/WWW-Mediawiki-Client-0.31 (Score: 5.180394E-5)
Very simple cvs-like interface for Mediawiki websites
driven WikiWiki websites, such as http://www.wikitravel.org|Wikitravel or http://www.wikipedia.org|Wikipedia. The interface mimics the two most basic cvs commands: update and commit with similarly named methods. Each of these has a shorter alias, as in cvs.
www/WWW-SourceForge-0.70 (Score: 5.180394E-5)
Retrieve information from SourceForge site
This package helps to retrieve SourceForge site information in a perl script. So far, can only get very basic information. The goal is to be able to fetch Tracker and Mailing list data. Please send any suggestions directly to me. Use at your own risk, the author is not responsible to any damage caused by using this package.