Ports Search

Results 1,3111,320 of 8,048 for www%3Atrac.(0.004 seconds)
www/HTTP-Message-6.11 (Score: 0.020137845)
Representation of HTTP style messages
This module contains classes useful for representing the messages passed in HTTP style communication. These are classes representing requests, responses and the headers contained within them.
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.
Mobile location information plugin for p5-HTTP-MobileAgent
Handling mobile location information plugin for HTTP::MobileAgent.
www/HTTP-MobileAgent-0.36 (Score: 0.020137845)
HTTP mobile user agent string parser for Perl
HTTP::MobileAgent is an HTTP mobile user agent string parser for Perl.
www/HTTP-Negotiate-6.01 (Score: 0.020137845)
Implementation of the HTTP content negotiation algorithm
HTTP::Negotiate provides a complete implementation of the HTTP content negotiation algorithm. Content negotiation allows for the selection of a preferred content representation based upon attributes of the negotiable variants and the value of the various Accept* header fields in the request.
www/HTTP-Parser-0.06 (Score: 0.020137845)
Parse HTTP/1.1 request into HTTP::Request/Response object
HTTP::Parser is a stateful HTTP request/response parsing module. It accepts chunks of data passed to it and returns either a completion hint or an HTTP::Request (or Response) object when it has the entire request. It was originally written to be part of a simple Event.pm-based HTTP server.
www/HTTP-Proxy-0.304 (Score: 0.020137845)
Pure Perl HTTP proxy
This module implements a HTTP proxy, using a HTTP::Daemon to accept client connections, and a LWP::UserAgent to ask for the requested pages. The most interesting feature of this proxy object is its hability to filter the HTTP requests and responses through user-defined filters.
www/HTTP-Recorder-0.07 (Score: 0.020137845)
Record interaction with websites
Set HTTP::Recorder as the user agent for a proxy, and it rewrites HTTP responses so that additional requests can be recorded. Then, tell your web browser to use this proxy, and the script will be recorded in the specified file.
www/HTTP-Request-AsCGI-1.2 (Score: 0.020137845)
Setup a CGI environment from a HTTP::Request
Provides a convinient way of setting up an CGI enviroment from a HTTP::Request.
www/HTTP-Request-Params-1.02 (Score: 0.020137845)
Retrieve GET/POST Parameters from HTTP Requests
This software does all the dirty work of parsing HTTP Requests to find incoming query parameters. Incoming query parameters come from two places. The first place is the query portion of the URL. Second is the content portion of an HTTP request as is the case when parsing a POST request, for example.