Ports 搜索

共有19,819项符合%22HTTP Server%22的查询结果,以下是第19,45119,460项(搜索用时0.014秒)
www/Session-Storage-Secure-0.010 (Score: 7.739885E-4)
Perl extension for encrypted, serialized session data with integrity
This module implements a secure way to encode session data. It is primarily intended for storing session data in browser cookies, but could be used with other backend storage where security of stored session data is important.
www/Squatting-On-PSGI-0.06 (Score: 7.739885E-4)
Perl extension to run Squatting app on PSGI
Run Squatting app on PSGI.
www/Syntax-Highlight-HTML-0.04 (Score: 7.739885E-4)
Syntax::Highlight::HTML - Highlight HTML syntax
This module is designed to take raw HTML input and highlight it (using a CSS stylesheet). The returned HTML code is ready for inclusion in a web page.
www/Syntax-Highlight-Shell-0.04 (Score: 7.739885E-4)
Syntax::Highlight::Shell - Highlight shell scripts
This module is designed to take shell scripts and highlight them in HTML with meaningful colours using CSS. The resulting HTML output is ready for inclusion in a web page. Note that no reformating is done, all spaces are preserved.
Turns a Class-AlzaboWrapper-Cursor object into a TT2 iterator
This module allows a Class::AlzaboWrapper::Cursor object to be used as a TT2 iterator. For a cursor which returns one object at a time, the iterator simply returns one object per iteration. When the cursor returns multiple objects, the iterator returns a hash reference where the keys are the table name of the object's class in lower-case, with camel-casing turned into underscores. The values of the hash are the objects. So if the cursor returns Foo::User and Foo::Page objects, the keys are "user" and "page".
www/Template-Plugin-JSON-0.06 (Score: 7.739885E-4)
Adds a .json vmethod for all TT values
This plugin provides a .json vmethod to all value types when loaded.
www/Template-Plugin-Class-0.14 (Score: 7.739885E-4)
Allow calling of class methods on arbitrary classes
Template::Plugin::Class allows you to call class methods on arbitrary classes. One use for this is in Class::DBI style applications.
TT plugin to make email addresses into HTML links
Template::Plugin::Clickable::Email converts any e-mail addresses found in the filtered text into HTML mailto: links.
www/Template-Plugin-Clickable-0.06 (Score: 7.739885E-4)
TT plugin to make URLs clickable in HTML
Template::Plugin::Clickable is a plugin for TT, which allows you to filter HTMLs clickable.
www/Template-Plugin-Comma-0.04 (Score: 7.739885E-4)
TT Plugin to commify numbers
Template::Plugin::Comma is a plugin for TT, which allows you to commify your numbers in templates. This would be especially useful for prices.