Ports 搜索

共有19,819项符合%22HTTP Server%22的查询结果,以下是第14,65114,660项(搜索用时0.015秒)
net/Net-OAuth2-0.63 (Score: 9.2878623E-4)
OAuth 2.0 for Perl
Net::OAuth2 provides OAuth 2.0 for Perl.
net/Net-RawIP-0.25 (Score: 9.2878623E-4)
Perl module to manipulate raw IP packets
This package provides a class object which can be used for creating, manipulating and sending a raw IP packets with optional feature for manipulating ethernet headers.
net/SOAP-0.28 (Score: 9.2878623E-4)
Perl modules providing an API to the Simple Object Access Protocol
SOAP/Perl is a collection of Perl modules which provides a simple and consistent application programming interface (API) to the Simple Object Access Protocol (SOAP).
net/Net-Packet-3.27 (Score: 9.2878623E-4)
Send and receive frames from layer 2 to layer 7
This module is a unified framework to craft, send and receive packets at layers 2, 3, 4 and 7. Basically, you forge each layer of a frame (Net::Packet::IPv4 for layer 3, Net::Packet::TCP for layer 4 ; for example), and pack all of this into a Net::Packet::Frame object. Then, you can send the frame to the network, and receive it easily, since the response is automatically searched for and matched against the request.
net/Net-Patricia-1.22 (Score: 9.2878623E-4)
Perl module for fast IP address lookups
This module uses a Patricia Trie data structure to quickly perform IP address prefix matching for applications such as IP subnet, network or routing table lookups. The data structure is based on a radix tree using a radix of two, so sometimes you see patricia implementations called "radix" as well. The term "Trie" is derived from the word "retrieval" but is pronounced like "try". Patricia stands for "Practical Algorithm to Retrieve Information Coded as Alphanumeric", and was first suggested for routing table lookups by Van Jacobsen. Patricia Trie performance characteristics are well-known as it has been employed for routing table lookups within the BSD kernel since the 4.3 Reno release. The BSD radix code is thoroughly described in "TCP/IP Illustrated, Volume 2" by Wright and Stevens and in the paper ``A Tree-Based Packet Routing Table for Berkeley Unix'' by Keith Sklower.
net/Net-Pcap-0.18 (Score: 9.2878623E-4)
Interface to pcap(3) LBL packet capture library
Interface to pcap(3) LBL packet capture library
net/Net-PcapUtils-0.01 (Score: 9.2878623E-4)
Utility routines for Net::Pcap module
Net::PcapUtils is a module to sit in front of Net::Pcap in order to hide some of the pcap(3) initialisation by providing sensible defaults. This enables a programmer to easily write small, specific scripts for a particular purpose without having to worry about too many details.
net/Net-RTP-0.09 (Score: 9.2878623E-4)
Send and receive RTP packets (RFC3550)
The Net::RTP module subclasses IO::Socket::Multicast6 to enable you to manipulate multicast groups. The multicast additions are optional, so you may also send and recieve unicast packets.
net/Net-SNPP-1.17 (Score: 9.2878623E-4)
Net::SNPP - Perl Simple Network Pager Protocol Client
This module implements a client interface to the SNPP protocol, enabling a perl5 application to talk to SNPP servers. The SNPP protocol is described in RFC1861.
net/Net-RabbitFoot-1.03 (Score: 9.2878623E-4)
Synchronous interface to AnyEvent::RabbitMQ
Net::RabbitFoot is an AMQP(Advanced Message Queuing Protocol) client library, that is intended to allow you to interact with AMQP-compliant message brokers/servers such as RabbitMQ in an asynchronous fashion. You can use Net::RabbitFoot to - * Declare and delete exchanges * Declare, delete, bind and unbind queues * Set QoS * Publish, consume, get, ack, recover and reject messages * Select, commit and rollback transactions Net::RabbitFoot is known to work with RabbitMQ versions 2.4.0 and version 0-8 of the AMQP specification.