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

NAME

HTTP::Engine::FirePHP::Dispatcher - An extension of FirePHP::Dispatcher

SYNOPSIS

    # None - this class is used by L<HTTP::Engine::FirePHP>. You should not
    # need to use it directly.

DESCRIPTION

This class extends FirePHP::Dispatcher so that after headers are manipulated, finalize() is called. That way the developer who wants to log to FirePHP doesn't have to worry about administrativa. The performance impact is minimal, especially since FirePHP will be used only during debugging. Also, calling finalize() several times does not alter the result - there aren't duplicate headers or something like that.

METHODS

send_headers()
rollback_last_message()
start_group()
end_group()

Like the superclass' methods, except they also call finalize() afterwards.

BUGS AND LIMITATIONS

No bugs have been reported.

Please report any bugs or feature requests through the web interface at http://rt.cpan.org.

INSTALLATION

See perlmodinstall for information and options on installing Perl modules.

AVAILABILITY

The latest version of this module is available from the Comprehensive Perl Archive Network (CPAN). Visit http://www.perl.com/CPAN/ to find a CPAN site near you. Or see http://www.perl.com/CPAN/authors/id/M/MA/MARCEL/.

The development version lives at http://github.com/hanekomu/http-engine-firephp/. Instead of sending patches, please fork this project using the standard git and github infrastructure.

AUTHORS

Marcel Grünauer, <marcel@cpan.org>

COPYRIGHT AND LICENSE

Copyright 2009 by Marcel Grünauer

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