Ports 搜索

共有19,819项符合%22HTTP Server%22的查询结果,以下是第11,80111,810项(搜索用时0.012秒)
devel/Config-Identity-0.0018 (Score: 9.2878623E-4)
Load (and optionally decrypt via GnuPG) user/pass identity information
Config::Identity is a tool for loadiing (and optionally decrypting via GnuPG) user/pass identity information For GitHub API access, an identity is a "login"/"token" pair. For PAUSE access, an identity is a "user"/"password" pair.
devel/Config-Simple-4.59 (Score: 9.2878623E-4)
Simple configuration file class
Reading and writing configuration files is one of the most frequent aspects of any software design. Config::Simple is the library to help you with it. Config::Simple is a class representing configuration file object. It supports several configuration file syntax and tries to identify the file syntax to parse them accordingly. Library supports parsing, updating and creating configuration files.
devel/Config-IniHash-3.01.01 (Score: 9.2878623E-4)
Perl extension for reading and writing INI files
This module reads and writes INI files.
devel/Config-IniRegEx-0.01 (Score: 9.2878623E-4)
Ini workaround, regex search for parameters and sections
Using this module it does the ini configuration file parsing, with an addon facility of regex kind of search. This module aims out doing a regex search for Sections, and Parameters of the Ini configuration file. It does the Perl regex matching, nothing external. So whoever knows the Perl basic regex can use this feature.
devel/Config-JFDI-0.065 (Score: 9.2878623E-4)
Catalyst::Plugin::ConfigLoader-style layer over Config::Any
Config::JFDI is an implementation of Catalyst::Plugin::ConfigLoader that exists outside of Catalyst. Essentially, Config::JFDI will scan a directory for files matching a certain name. If such a file is found which also matches an extension that Config::Any can read, then the configuration from that file will be loaded.
devel/Config-JSON-1.5202 (Score: 9.2878623E-4)
JSON based config file system
This package parses the config files written in JSON. It also does some non-JSON stuff, like allowing for comments in the files.
devel/Config-MVP-2.200010 (Score: 9.2878623E-4)
Multivalue-property package-oriented configuration
Config::MVP is a perl module for multivalue-property package-oriented configuration.MVP is a mechanism for loading configuration (or other information) for libraries.It doesn't read a file or a database. It's a helper for things that do.
devel/Config-Merge-1.04 (Score: 9.2878623E-4)
Load a configuration directory tree in a number of languages
Config::Merge - load a configuration directory tree containing YAML, JSON, XML, Perl, INI or Config::General files
devel/Config-MySQL-0.02 (Score: 9.2878623E-4)
Perl extension to read/write MySQL-style configuration files
This module extends Config::INI to support reading and writing MySQL-style configuration files. Although deceptively similar to standard .INI files, they can include bare boolean options with no value assignment and additional features like !include and !includedir.
devel/Config-Objective-0.9.1 (Score: 9.2878623E-4)
Configuration data as perl objects
The Config::Objective module provides a mechanism for parsing config files to manipulate configuration data. Unlike most other config file modules, which represent config data as simple variables, Config::Objective represents config data as perl objects. This allows for a much more flexible configuration language, since new classes can be easily written to add methods to the config syntax.