Async-Microservice

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN

 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.330 second using v1.01-cache-2.11-cpan-05444aca049 )