套件:libnet-async-http-perl(0.50-1)
libnet-async-http-perl 的相關連結
Debian 的資源:
下載原始碼套件 libnet-async-http-perl:
- [libnet-async-http-perl_0.50-1.dsc]
- [libnet-async-http-perl_0.50.orig.tar.gz]
- [libnet-async-http-perl_0.50-1.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [metacpan.org]
相似套件:
module to use HTTP with IO::Async
Net::Async::HTTP implements an asynchronous HTTP user agent. It sends requests to servers, returning Future instances to yield responses when they are received. The object supports multiple concurrent connections to servers, and allows multiple requests in the pipeline to any one connection. Normally, only one such object will be needed per program to support any number of requests.
As well as using futures the module also supports a callback-based interface.
Net::Async::HTTP optionally supports SSL connections, if IO::Async::SSL is installed. If so, SSL can be requested either by passing a URI with the https scheme, or by passing a true value as the SSL parameter.
其他與 libnet-async-http-perl 有關的套件
|
|
|
|
-
- dep: libfuture-perl
- module for operations awaiting completion
-
- dep: libhttp-message-perl
- perl interface to HTTP style messages
-
- dep: libio-async-perl
- modules for asynchronous event-driven programming
-
- dep: libmetrics-any-perl
- abstract collection of monitoring metrics
-
- dep: libscalar-list-utils-perl
- modules providing common scalar and list utility subroutines
-
- dep: libstruct-dumb-perl
- module to create simple lightweight record-like structures
-
- dep: liburi-perl
- module to manipulate and access URI strings
-
- dep: perl
- Larry Wall's Practical Extraction and Report Language
-
- rec: libcompress-bzip2-perl
- Perl interface to Bzip2 compression library
-
- rec: libio-async-ssl-perl
- module to use SSL/TLS with IO::Async