Ports 搜索

共有19,819项符合%22HTTP Server%22的查询结果,以下是第12,23112,240项(搜索用时0.01秒)
devel/MetaCPAN-Client-1.008001 (Score: 9.2878623E-4)
Comprehensive, DWIM-featured client to the MetaCPAN API
This is a hopefully-complete API-compliant client to MetaCPAN (https://metacpan.org) with DWIM capabilities, to make your life easier.
devel/Metabase-Fact-0.025 (Score: 9.2878623E-4)
Metabase Facts
Metabase Facts and accompanying classes
devel/Mixin-Linewise-0.108 (Score: 9.2878623E-4)
Write your linewise code for handles; this does the rest
With Mixin::Linewise::Readers and Mixin::Linewise::Writers, you can just write a method to handle handles, and methods for handling strings and filenames are added for you.
devel/Mo-0.39 (Score: 9.2878623E-4)
Micro Objects. Mo is less
Mo is the bare minimum needed for Perl OO. Many times you'll want just a couple more features. Don't worry. Mo's got you covered. Mo simply loads the feature classes Mo::build, Mo::default, Mo::builder, Mo::coerce, Mo::is and Mo::required. The first one supports BUILD constructing and the other three add their magics to has. A Mo::Feature module can enhance new, extends and has, and also add new export subs, or remove existing ones. Features can also be combined for a single accessor. See Mo::Features for a list of all the features and for an explanation of the Feature API.
devel/Mock-Quick-1.111 (Score: 9.2878623E-4)
Quickly mock objects and classes
Mock-Object provides a declarative mocking interface that results in a very concise, but clear syntax. There are separate facilities for mocking object instances, and classes. You can quickly create an instance of an object with custom attributes and methods. You can also quickly create an anonymous class, optionally inheriting from another, with whatever methods you desire. Mock-Object also provides a tool that provides an OO interface to overriding methods in existing classes. This tool also allows for the restoration of the original class methods. Best of all this is a localized tool, when your control object falls out of scope the original class is restored.
devel/Module-List-0.003 (Score: 9.2878623E-4)
Module 'directory' listing
This module deals with the examination of the namespace of Perl modules.
devel/Module-Load-0.32 (Score: 9.2878623E-4)
Runtime require of both modules and files
load() eliminates the need to know whether you are trying to require either a file or a module.
devel/Module-Loaded-0.08 (Score: 9.2878623E-4)
Mark modules as loaded or unloaded
When testing applications, often you find yourself needing to provide functionality in your test environment that would usually be provided by external modules. Rather than munging the %INC by hand to mark these external modules as loaded, so they are not attempted to be loaded by perl, this module offers you a very simple way to mark modules as loaded and/or unloaded.
devel/Module-Metadata-1.000027 (Score: 9.2878623E-4)
Perl extension to gather package information from perl module files
Module::Metadata - Gather package and POD information from perl module files.
devel/Module-Reader-0.002003 (Score: 9.2878623E-4)
Perl extension to read the source of module like perl does
Reads the content of perl modules the same way perl does. This includes reading modules available only by @INC hooks, or filtered through them.