软件包: libplack-test-anyevent-perl (0.08-1)
libplack-test-anyevent-perl 的相关链接
Trisquel 的资源:
下载源码包 libplack-test-anyevent-perl:
- [libplack-test-anyevent-perl_0.08-1.dsc]
- [libplack-test-anyevent-perl_0.08.orig.tar.gz]
- [libplack-test-anyevent-perl_0.08-1.debian.tar.xz]
维护者:
Original Maintainers:
- Debian Perl Group (Mail Archive)
- Jonas Smedegaard
外部的资源:
- 主页 [github.com]
相似软件包:
run Plack::Test on AnyEvent-based PSGI applications
Plack::Test::AnyEvent allows you to easily test your AnyEvent-based PSGI applications. Normally, Plack::Test::MockHTTP or Plack::Test::Server work fine for this, but this implementation comes in handy when you'd like to test your streaming results as they come in, or if your application uses long-polling. For non-streaming requests, you can use this module exactly like Plack::Test::MockHTTP; otherwise, you can set up a content handler and call $res->recv. The event loop will then run until the PSGI application closes its writer handle or until your test client calls send on the response.
其他与 libplack-test-anyevent-perl 有关的软件包
|
|
|
-
- dep: libanyevent-perl
- event loop framework with multiple implementations
-
- dep: libplack-perl
- interface between web servers and Perl web applications
-
- dep: perl
- Larry Wall's Practical Extraction and Report Language