パッケージ: 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
- URI 文字列の操作およびアクセスモジュール
-
- dep: perl
- Larry Wall 作の実用的な抽出とレポート用の言語
-
- rec: libcompress-bzip2-perl
- Perl interface to Bzip2 compression library
-
- rec: libio-async-ssl-perl
- module to use SSL/TLS with IO::Async