NAME

Eve::Event::HttpResponseReady - HTTP response ready.

SYNOPSIS

use Eve::Event::HttpResponseReady;

Eve::Event::HttpResponseReady->new(
    event_map => $event_map,
    response => $http_response);

DESCRIPTION

Eve::Event::HttpResponseReady is an event assumed to signal when an HTTP response is ready to be sent.

Attributes

response

an HTTP response object.

Constructor arguments

event_map

an event map object

response

an HTTP response object.

METHODS

init()

LICENSE AND COPYRIGHT

Copyright 2012 Igor Zinovyev.

This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.

See http://dev.perl.org/licenses/ for more information.

AUTHOR

Sergey Konoplev