summaryrefslogtreecommitdiff
path: root/README
blob: dd680e0b7b28bf0be6fa3785540a6f10bf267851 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
NAME
    Plack::Middleware::ETag - Adds automatically an ETag header.

SYNOPSIS
      use Plack::Builder;

      my $app = builder {
        enable "Plack::Middleware::ETag";
        sub {['200', ['Content-Type' => 'text/html'}, ['hello world']]};
      };

DESCRIPTION
    Plack::Middleware::ETag adds automatically an ETag header.

AUTHOR
    franck cuny <franck@lumberjaph.net>

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