Ports 搜索

共有8,048项符合/www/的查询结果,以下是第1,5411,550项(搜索用时0.003秒)
www/Toadfarm-0.74 (Score: 0.056974534)
One Mojolicious app to rule them all
Toadfarm is a module for configuring and starting your Mojolicious applications. You can either combine multiple applications in one script, or just use it as a init script. Core features: * Wrapper around hypnotoad that provides an init script. * Advanced routing and virtual host configuration. Also support routing from behind another web server, such as nginx. This feature is very much like Mojolicious::Plugin::Mount on steroids. * Hijacking log messages to a common log file. There's also plugin, Toadfarm::Plugin::AccessLog, that allows you to log the requests sent to your server.
www/Twiggy-TLS-0.0019 (Score: 0.056974534)
Perl extension to extend Twiggy supporting TLS
Twiggy::TLS extends Twiggy with a TLS support.
www/Twiggy-0.1025 (Score: 0.056974534)
Perl extension of AnyEvent HTTP server for PSGI (like Thin)
AnyEvent HTTP server for PSGI (like Thin).
www/URI-Escape-JavaScript-0.04 (Score: 0.056974534)
Perl implementation of JavaScript's escape()/unescape() functions
URI::Escape::JavaScript provides JavaScript's escape() and unescape() functions. It works simplar to homonymous functions of JavaScript. URI::Escape doesn't work for escaping and unescaping JavaScript like Unicode URI-escape ("%uXXXX"). But you can use this module to do those.
www/URI-Fetch-0.110 (Score: 0.056974534)
Smart URI fetching/caching
URI::Fetch is a smart client for fetching HTTP pages, notably syndication feeds (RSS, Atom, and others), in an intelligent, bandwidth- and time-saving way.
www/URI-ParseSearchString-3.51 (Score: 0.056974534)
Parse Apache referer logs and extract search engine query strings
This module provides a simple function to parse and extract search engine query strings. It was designed and tested having Apache referrer logs in mind. It can be used for a wide number of purposes, including tracking down what keywords people use on popular search engines before they land on a site. It makes use of URI::split to extract the string and URI::Escape to un-escape the encoded characters in it. Although a number of existing modules and scripts exist for this purpose, the majority of them are either outdated using obsolete search strings associated with each engine.
www/URI-Title-1.86 (Score: 0.056974534)
Get the titles of things on the web in a sensible way
Let's suppose you want to find the title of things on the web. This seems like a really simple request, just get() the object, parse for a title tag, you're done. There are several problems with this approach: - What if the resource is on a very slow server? Do we wait for ever or what? - What if the resource is a 900 gig file? You don't want to download that. - What if the page title isn't in a title tag, but is buried in the HTML somewhere? - What if the resource is an MP3 file, or a word document or something? This module attempts to solve this problem.
www/URI-ToDisk-1.12 (Score: 0.056974534)
Object for mapping a URI to an on-disk storage directory
An object for mapping a URI to an on-disk storage directory
www/VUser-Google-ProvisioningAPI-0.24 (Score: 0.056974534)
Perl module that implements the Google Provisioning API
VUser::Google::ProvisioningAPI provides a simple interface to the Google Apps for Your Domain Provisioning API. It uses the LWP::UserAgent module for the HTTP transport, and the HTTP::Request module for the HTTP request and response.
www/W3C-LinkChecker-4.81 (Score: 0.056974534)
Checks the validity of links in an HTML or XHTML document
This manual page documents briefly the checklink command, a.k.a. the W3C Link Checker. checklink is a program that reads an HTML or XHTML document, extracts a list of anchors and lists and checks that no anchor is defined twice and that all the links are dereferenceable, including the fragments. It warns about HTTP redirects, including directory redirects, and can check recursively a part of a web site. The program can be used either as a command line tool or as a CGI script.