Async-Microservice
view release on metacpan or search on metacpan
respond($status, $headers, $payload)
Send plack response.
redirect($location_path)
Send redirect.
static($file_name, $content_cb)
Send static file, can be updated/modified using optional callback.
get_pending_req
Returns number of currently pending async requests.
----------------------------------------------------------------------------
NAME
Async::Microservice::Time - example time async microservice
lib/Async/MicroserviceReq.pm view on Meta::CPAN
=head2 respond($status, $headers, $payload)
Send plack response.
=head2 redirect($location_path)
Send redirect.
=head2 static($file_name, $content_cb)
Send static file, can be updated/modified using optional callback.
=head2 get_pending_req
Returns number of currently pending async requests.
=cut
( run in 0.231 second using v1.01-cache-2.11-cpan-2b0bae70ee8 )