The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

HTTP::Request::FromLog::Engine::Default - Default engine

SYNOPSIS

  use HTTP::Request::FromLog;

  my $log2hr = HTTP::Request::FromLog->new( ... );
  # this module is called on backend as default engine

DESCRIPTION

HTTP::Request::FromLog::Default::Engine adopts log parser `Parse::AccessLogEntry` inside.

Every engine has to override `parse()` method.

METHODS

new()

parse()

AUTHOR

Takeshi Miki <miki@cpan.org>

LICENSE

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

SEE ALSO