パッケージ: libnet-async-http-perl (0.48-1)
libnet-async-http-perl に関するリンク
Trisquel の資源:
libnet-async-http-perl ソースパッケージをダウンロード:
- [libnet-async-http-perl_0.48-1.dsc]
- [libnet-async-http-perl_0.48.orig.tar.gz]
- [libnet-async-http-perl_0.48-1.debian.tar.xz]
メンテナ:
Original Maintainers:
- Debian Perl Group (メールアーカイブ)
- Andrej Shadura
外部の資源:
- ホームページ [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 (>= 0.07)
- 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