Mojolicious-Plugin-PlackMiddleware
view release on metacpan or search on metacpan
xt/compat/tls_lite_app.t view on Meta::CPAN
use Mojo::Base -strict;
BEGIN { $ENV{MOJO_REACTOR} = 'Mojo::Reactor::Poll' }
use Test::More;
use Mojo::IOLoop::Server;
plan skip_all => 'set TEST_TLS to enable this test (developer only!)'
unless $ENV{TEST_TLS};
plan skip_all => 'IO::Socket::SSL 1.94+ required for this test!'
unless Mojo::IOLoop::Server::TLS;
use Mojo::IOLoop;
use Mojo::UserAgent;
use Mojolicious::Lite; plugin plack_middleware => [];
use Test::Mojo;
# Silence
app->log->level('fatal');
( run in 0.475 second using v1.01-cache-2.11-cpan-4d50c553e7e )