App-Foca

 view release on metacpan or  search on metacpan

lib/App/Foca/Server/HTTP.pm  view on Meta::CPAN

=head1 Methods

=head2 B<product_tokens()>

Overrides C<product_tokens()> of L<HTTP::Daemon> by making clear this web
server is 'Foca'.

=cut
sub product_tokens {
    my ($self) = @_;
    my $parent_token = $self->SUPER::product_tokens();
    return "Foca_Server-$parent_token";
}

=head1 COPYRIGHT

Copyright (c) 2010-2012 Yahoo! Inc. All rights reserved.

=head1 LICENSE

This program is free software. You may copy or redistribute it under



( run in 1.274 second using v1.01-cache-2.11-cpan-49f99fa48dc )