Ports Search

Results 19,39119,400 of 19,819 for %22HTTP Server%22.(0.013 seconds)
www/HTML-WikiConverter-TikiWiki-0.50 (Score: 7.739885E-4)
Convert HTML to TikiWiki markup
This module contains rules for converting HTML into TikiWiki markup. See HTML::WikiConverter for additional usage details.
www/HTML-WikiConverter-UseMod-0.50 (Score: 7.739885E-4)
Convert HTML to UseMod markup
This module contains rules for converting HTML into UseMod markup. See HTML::WikiConverter for additional usage details.
www/HTML-WikiConverter-WakkaWiki-0.50 (Score: 7.739885E-4)
Convert HTML to WakkaWiki markup
This module contains rules for converting HTML into WakkaWiki markup. See HTML::WikiConverter for additional usage details.
www/HTML-WikiConverter-WikkaWiki-0.50 (Score: 7.739885E-4)
Convert HTML to WikkaWiki markup
This module contains rules for converting HTML into WikkaWiki markup. See HTML::WikiConverter for additional usage details.
www/HTML-Table-2.08a (Score: 7.739885E-4)
Generate HTML tables for CGI scripts
HTML::Table is used to generate HTML tables for CGI scripts. By using the methods provided fairly complex tables can be created, manipulated, then printed from Perl scripts. The module also greatly simplifies creating tables within tables from Perl. It is possible to create an entire table using the methods provided and never use an HTML tag. HTML::Table also allows for creating dynamically sized tables via its addRow and addCol methods. These methods automatically resize the table if passed more cell values than will fit in the current table grid. Methods are provided for nearly all valid table, row, and cell tags specified for HTML 3.0.
www/HTTPD-Log-Filter-1.08 (Score: 7.739885E-4)
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/LWP-Authen-Negotiate-0.08 (Score: 7.739885E-4)
Perl extension to enable LWP to authenticate using negotiate
LWP::Authen::Negotiate is a authentication plugin for LWP to support WWW-Negotiate.
www/LWP-UserAgent-Determined-1.07 (Score: 7.739885E-4)
Virtual browser that retries errors
This class works just like LWP::UserAgent (and is based on it, by being a subclass of it), except that when you use it to get a web page but run into a possibly-temporary error (like a DNS lookup timeout), it'll wait a few seconds and retry a few times. It also adds some methods for controlling exactly what errors are considered retry-worthy and how many times to wait and for how many seconds, but normally you needn't bother about these, as the default settings are relatively sane.
www/LWP-UserAgent-POE-0.05 (Score: 7.739885E-4)
Drop-in LWP::UserAgent replacement in POE environments
LWP::UserAgent::POE is a subclass of LWP::UserAgent and works well in a POE environment. It is a drop-in replacement for LWP::UserAgent in systems that are already using LWP::UserAgent synchronously and want to play nicely with POE.
www/LWP-UserAgent-WithCache-0.12 (Score: 7.739885E-4)
LWP::UserAgent extension with local cache
LWP::UserAgent::WithCache is a LWP::UserAgent extention. It handle 'If-Modified-Since' request header with local cache file. local cache files are implemented by Cache::FileCache.