Ports Search

Results 1,3311,340 of 8,048 for /www/.(0.004 seconds)
www/HTTP-Size-1.15 (Score: 0.056974534)
Get the byte size of an internet resource
Gets the byte size of an internet resource.
www/HTTP-Thin-0.006 (Score: 0.056974534)
Thin Wrapper around HTTP::Tiny to play nice with HTTP::Message
HTTP::Thin is a thin wrapper around HTTP::Tiny adding the ability to pass in HTTP::Request objects and get back HTTP::Response objects. The maintainers of HTTP::Tiny, justifiably, don't want to have to maintain compatibility but many other projects already consume the HTTP::Message objects. This is just glue code doing what it does best.
www/HTTP-Tiny-SPDY-0.020 (Score: 0.056974534)
Subclass of HTTP::Tiny with SPDY support
HTTP::Tiny::SPDY is a subclass of HTTP::Tiny with added support for the SPDY protocol. It is intended to be fully compatible with HTTP::Tiny so that it can be used as a drop-in replacement for it.
www/HTTP-Tiny-0.058 (Score: 0.056974534)
Small, simple, correct HTTP/1.1 client
HTTP::Tiny is a small, simple, correct HTTP/1.1 client.
www/HTTP-WebTest-2.04 (Score: 0.056974534)
Tests remote URLs or local web files
HTTP-WebTest tests remote URLs or local web files. This module runs tests on remote URLs or local web files containing Perl/JSP/HTML/JavaScript/etc. and generates a detailed test report.
www/HTTPD-Log-Filter-1.08 (Score: 0.056974534)
Perl module to filter entries out of an httpd log
This module provide a simple interface to filter entries out of an httpd logfile. The constructor can be passed regular expressions to match against particular fields on the logfile. It does its filtering line by line, using a filter method that takes a line of a logfile as input, and returns true if it matches, and false if it doesn't. There are two possible non-matching (false) conditions; one is where the line is a valid httpd logfile entry, but just doesn't happen to match the filter (where "" is returned). The other is where it is an invalid entry according to the format specified in the constructor.
www/Hijk-0.26 (Score: 0.056974534)
Fast & minimal low-level HTTP client
Fast & minimal low-level HTTP client.
www/IMDB-Film-0.53 (Score: 0.056974534)
OO Perl interface to the movies database IMDB
IMDB::Film is an object-oriented interface to the IMDB. You can use that module to retrieve information about film: title, year, plot etc.
www/Image-Delivery-0.14 (Score: 0.056974534)
Efficient transformation and delivery of web images
Image::Delivery - Efficient transformation and delivery of web images Many web applications generate or otherwise deliver graphics as part of their interface. Getting the delivery of these images right is tricky, and developers usually need to make trade-offs in order to get a usable mechanism. Image::Delivery is an extremely sophisticated module for delivering these generated images. It is designed to be powerful, flexible, extensible, scalable, secure, stable and correct, and use a minimum of resources.
www/Jifty-1.10518 (Score: 0.056974534)
Jifty -- Just Do It -- Yet another web framework
Jifty -- Just Do It. Jifty is yet another web framework. Jifty tries not to make you say things more than once. Out of the proverbial box, Jifty comes with one way to do everything you should need to do: One database mapper, one templating system, one web services layer, one AJAX toolkit, one set of handlers for standalone or FastCGI servers. We work hard to make all the bits play well together, so you don't have to.