Ports Search

Results 1,3211,330 of 8,048 for www%3Atrac.(0.004 seconds)
www/HTTP-Response-Encoding-0.06 (Score: 0.020137845)
Adds encoding() to HTTP::Response
This module adds the following methods to HTTP::Response objects. $res->charset Tells the charset exactly as appears in the Content-Type: header. Note that the presence of the charset does not guarantee if the response content is decodable via Encode. $res->encoder Returns the corresponding encoder object or undef if it can't. $res->encoding Tells the content encoding in the canonical name in Encode. Returns undef if it can't. $res->decoded_content Discontinued since HTTP::Message already has this method.
www/HTTP-Router-0.05 (Score: 0.020137845)
Perl extension of Yet Another Path Router for HTTP
HTTP::Router provides a Merb-like way of constructing routing tables.
www/HTTP-Server-Simple-Authen-0.04 (Score: 0.020137845)
Authentication plugin for HTTP::Server::Simple
HTTP::Server::Simple::Authen is an HTTP::Server::Simple plugin to allow HTTP authentication. Authentication scheme is pluggable and you can use whatever Authentication protocol that Authen::Simple supports. You can use authenticate method whatever you want to authenticate the request. The method returns $username taken from the request if the authentication is successful, and undef otherwise. The code in "SYNOPSIS" requires authentication for all the requests and behaves just the same as Apache's Require valid-user.
www/HTTP-Server-Simple-Mason-0.14 (Score: 0.020137845)
Abstract baseclass for a standalone mason server
An abstract baseclass for a standalone mason server.
www/HTTP-Server-Simple-PSGI-0.16 (Score: 0.020137845)
PSGI handler for HTTP::Server::Simple
HTTP::Server::Simple::PSGI is a HTTP::Server::Simple based HTTP server that can run PSGI applications. This module only depends on HTTP::Server::Simple, which itself doesn't depend on any non-core modules so it's best to be used as an embedded web server.
www/HTTP-Server-Simple-Recorder-0.03 (Score: 0.020137845)
Mixin to record HTTP::Server::Simple's sockets
This module allows you to record all HTTP communication between an HTTP::Server::Simple-derived server and its clients. It is a mixin, so it doesn't itself subclass HTTP::Server::Simple; you need to subclass from both HTTP::Server::Simple::Recorder and an actual HTTP::Server::Simple subclass, and HTTP::Server::Simple::Recorder should be listed first.
www/HTTP-Server-Simple-0.51 (Score: 0.020137845)
Simple standalone HTTP daemon
HTTP::Server::Simple is a very simple standalone HTTP daemon with no non-core module dependencies. It's ideal for building a standalone http-based UI to your existing tools.
Perl extension to maintain session IDs using mobile phone unique id
Maintain session IDs using mobile phone's unique id.
www/HTTP-Session-Store-DBI-0.02 (Score: 0.020137845)
Perl extension to store session data in DBI for HTTP::Session
Store session data in DBI for HTTP::Session.
www/HTTP-Session-0.49 (Score: 0.020137845)
Perl extension of yet another session manager
Yet another session manager. Easy to integrate with HTTP::Engine.