Ports 搜索

共有19,819项符合%22HTTP Server%22的查询结果,以下是第10,87110,880项(搜索用时0.01秒)
converters/Cstools-3.42 (Score: 9.2878623E-4)
Tools for dealing with Czech encodings in Perl
Tools for converting encoding of Czech (and Slovak) texts. Provides console program cstocs and Perl module Cz::Cstocs.
converters/Encode-Locale-1.05 (Score: 9.2878623E-4)
Determine the locale encoding
Encode::Locale - Determine the locale encoding
converters/Data-AMF-0.09 (Score: 9.2878623E-4)
Perl extension to serialize, deserialize AMF data
Serialize / deserialize AMF data.
converters/Encode-IMAPUTF7-1.05 (Score: 9.2878623E-4)
Modification of UTF-7 encoding for IMAP
Encode::IMAPUTF7 is a perl module for modification of UTF-7 encoding for IMAP. IMAP mailbox names are encoded in a modified UTF7 when names contains international characters outside of the printable ASCII range. The modified UTF-7 encoding is defined in RFC2060 (section 5.1.3).
converters/Encode-Punycode-1.001 (Score: 9.2878623E-4)
Encode plugin for Punycode
This module provides an easy-to-use interface for encoding and decoding Internationalized Domain Names (IDNs) via Encode interface.
converters/Encode-compat-0.07 (Score: 9.2878623E-4)
Compatibility interfaces for Encode.pm on Perl < 5.7.1
This module provide a compatibility layer for Encode.pm users on perl versions earlier than v5.7.1. It translates whatever call it receives into Text::Iconv, or (in the future) Unicode::MapUTF8 to perform the actual work. Currently, this module only support 5.6.1, and merely provides the three utility function above (encode(), decode() and from_to()), with a very kludgy FB_HTMLCREF fallback against latin-1 in from_to().
converters/Encode-2.84 (Score: 9.2878623E-4)
Provides interfaces between strings and the rest of the system
The "Encode" module provides the interfaces between Perl's strings and the rest of the system. Perl strings are sequences of characters. See "perldoc Encode" for the rest of the story
converters/JSON-DWIW-0.47 (Score: 9.2878623E-4)
JSON converter that Does What I Want
Other JSON modules require setting several parameters before calling the conversion methods to do what I want. This module does things by default that I think should be done when working with JSON in Perl. This module also encodes and decodes faster than JSON.pm and JSON::Syck in my benchmarks. This means that any piece of data in Perl will get converted to something in JSON instead of throwing an exception. It also means that output will be strict JSON, while accepted input will be flexible, without having to set any options.
converters/Encoding-BER-1.02 (Score: 9.2878623E-4)
Encode/decode data using ASN.1 Basic Encoding Rules (BER)
Perl module to encode/decode data using ASN.1 Basic Encoding Rules (BER)
converters/Encoding-FixLatin-1.04 (Score: 9.2878623E-4)
Takes mixed encoding input and produces UTF-8 output
Most encoding conversion tools take input in one encoding and produce output in another encoding. This module takes input which may contain characters in more than one encoding and makes a best effort to convert them all to UTF-8 output.