套件:libplack-test-anyevent-perl(0.08-1)
libplack-test-anyevent-perl 的相關連結
Debian 的資源:
下載原始碼套件 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]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
- libplack-middleware-file-sass-perl
- libplack-app-proxy-perl
- libplack-middleware-logerrors-perl
- libplack-test-agent-perl
- libplack-handler-anyevent-fcgi-perl
- libplack-middleware-deflater-perl
- libtest-lwp-useragent-perl
- libplack-test-externalserver-perl
- libplack-middleware-expires-perl
- libanyevent-dbi-perl
- libdancer-logger-psgi-perl
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