Ports 搜索

共有8,048项符合www%3Atrac的查询结果,以下是第1,3311,340项(搜索用时0.004秒)
www/HTTP-Session2-1.09 (Score: 0.020137845)
Perl extension for HTTP session management
HTTP::Session2 is yet another HTTP session data management library.
www/HTTP-SimpleLinkChecker-1.163 (Score: 0.020137845)
Check the HTTP response code for a link
You don't have to know anything about objected-oriented Perl, LWP, or the HTTP module to be able to check your links. This module is designed for the casual user. It has one function, check_link, that returns the HTTP response code that it receives when it tries to fetch the web address passed to it. The undef value is returned for any non-HTTP failure and the $HTTP::SimpleLinkChecker::ERROR variable is set. The HEAD method is tried first, although if anything other than a good status code (those less than 400) is received, another request is made with the GET method. Note, however, that even with the best code, no module can control how servers decide to respond to a check, or control any of the myriad things that can go wrong with the network between you and the remote server. Some may filter requests based on origin IP address, user-agent type, or any other arbitrary factor. Some servers may not respond correctly at all. Furthermore, some servers might be temporarily down or overloaded. I recommend that you recheck "broken" links a couple times over a long period (like a day or two) before you decide they are really broken.
www/HTTP-Size-1.15 (Score: 0.020137845)
Get the byte size of an internet resource
Gets the byte size of an internet resource.
www/HTTP-Thin-0.006 (Score: 0.020137845)
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.020137845)
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.020137845)
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.020137845)
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.020137845)
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.020137845)
Fast & minimal low-level HTTP client
Fast & minimal low-level HTTP client.
www/IMDB-Film-0.53 (Score: 0.020137845)
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.