logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Plack::Middleware::Runtime - Sets an X-Runtime response header

Author

       Tatsuhiko Miyagawa

Description

       Plack::Middleware::Runtime is a Plack middleware component that sets the application's response time (in
       seconds) in the X-Runtime HTTP response header.

Name

       Plack::Middleware::Runtime - Sets an X-Runtime response header

Options

       header_name
           Name of the header. Defaults to X-Runtime.

See Also

       Time::HiRes Rack::Runtime

perl v5.38.2                                       2024-01-20                    Plack::Middleware::Runtime(3pm)

Synopsis

         enable "Runtime";

See Also