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

NAME

HiD::Server - Helper for 'hid server'

DESCRIPTION

Helper for hid server

METHODS

locate_file

Overrides Plack::App::File's method of the same name to handle '/' and '/index.html' cases

return_400

Overrides Plack::App::File's 400 handler to return either configured or default html page instead of the default message

return_403

Overrides Plack::App::File's 403 handler to return either configured or default html page instead of the default message

return_404

Overrides Plack::App::File's 404 handler to return either configured or default html page instead of the default message

serve_path

Overrides Plack::App::File's serve_path method to put in alternate http response codes

VERSION

version 1.992

AUTHOR

John SJ Anderson <genehack@genehack.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2015 by John SJ Anderson.

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