Ports 搜索

共有19,819项符合%22HTTP Server%22的查询结果,以下是第19,48119,490项(搜索用时0.016秒)
www/WWW-Google-PageRank-0.17 (Score: 7.739885E-4)
Perl interface for querying Google pagerank
The WWW::Google::PageRank is a class implementing a interface for querying google pagerank. To use it, you should create WWW::Google::PageRank object and use its method get(), to query page rank of URL. It uses LWP::UserAgent for making request to Google.
www/WWW-Google-Video-0.4 (Score: 7.739885E-4)
Interface to fetch the Google Video Information
The WWW::Google::Video is a class implementing a interface for fetch the Google Video Information. To use it, you should create WWW::Google::Video object and use its method fetch(), to fetch the information of Video. It uses LWP::Simple for making request to Google.
www/WWW-Mechanize-CGI-0.3 (Score: 7.739885E-4)
Use WWW::Mechanize with CGI applications
Provides a convenient way of using CGI applications with WWW::Mechanize.
www/WWW-Mechanize-GZip-0.12 (Score: 7.739885E-4)
Use WWW::Mechanize by requesting gzip-compression from the webserver
The WWW::Mechanize::GZip module tries to fetch a URL by requesting gzip-compression from the webserver. If the response contains a header with 'Content-Encoding: gzip', it decompresses the response in order to get the original (uncompressed) content. This module will help to reduce bandwith fetching webpages, if supported by the webeserver. If the webserver does not support gzip-compression, no decompression will be made. This modules is a direct subclass of WWW::Mechanize and will therefore support any methods provided by WWW::Mechanize.
www/WWW-Mechanize-FormFiller-0.11 (Score: 7.739885E-4)
Perl framework to automate HTML forms
The module is intended as a simple way to fill out HTML forms from a set of predetermined values. You set up the form filler with value elements, retrieve the HTML form, and let the form filler loose on that form. There are value classes provided for many tasks - fixed values, values to be queried interactively from the user, values taken randomly from a list of values and values specified through a callback to some Perl code.
www/WWW-Mechanize-Meta-0.07 (Score: 7.739885E-4)
Adds HEAD tag parsing to WWW::Mechanize
Adds HEAD tag parsing to WWW::Mechanize
www/WWW-Mechanize-PhantomJS-0.11 (Score: 7.739885E-4)
Automate interaction with javascript websites
and handles DOM handling, CSS selector, JSON, Canvas, SVG, and of course JavaScript.
www/URI-Escape-XS-0.13 (Score: 7.739885E-4)
Drop-In replacement for URI::Escape in XS
URI::Escape::XS - Drop-In replacement for URI::Escape.
www/WWW-Mechanize-Pluggable-1.12 (Score: 7.739885E-4)
Custmomize WWW::Mechanize via plugins
This module provides all of the same functionality of WWW::Mechanize, but adds support for plugins using Module::Pluggable; this means that any module named WWW::Mechanize::Plugin::whatever... will be found and loaded when WWW::Mechanize::Pluggable is loaded. Big deal, you say. Well, it becomes a big deal in conjunction with WWW::Mechanize::Pluggable's other feature: plugin hooks. When plugins are loaded, their import() methods can call WWW::Mechanize::Pluggable's prehook and posthook methods. These methods add callbacks to the plugin code in WWW::Mechanize::Pluggable's methods. These callbacks can act before a method or after it, and have to option of short-circuiting the call to the WWW::Mechanize::Pluggable method altogether. These methods receive whatever parameters the WWW::Mechanize::Pluggable methods received, plus a reference to the actvive Mech object. All other extensions to WWW::Mechanize::Pluggable are handled by the plugins.
www/WWW-Mechanize-Plugin-phpBB-0.02 (Score: 7.739885E-4)
Screen scraper for phpBB installations
sites. It can log into the phpBB web interface, pull forum and topics names and perform administrative tasks like deleting posts. FUNCTIONALITY IS CURRENTLY LIMITED, READ ON WHAT'S AVAILABLE SO FAR.