NAME
Eve::Event::HttpRequestReceived - HTTP request received.
SYNOPSIS
use Eve::Event::HttpRequestReceived;
Eve::Event::HttpRequestReceived->new(
event_map => $event_map);
DESCRIPTION
Eve::Event::HttpRequestReceived is an event assumed to signal about a new HTTP request. It is assumed to be the first event in any web application.
Constructor arguments
event_map
-
an event map object
SEE ALSO
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.