Skip to content

Commit

Permalink
clarify that %{...}o uses *response* headers
Browse files Browse the repository at this point in the history
cherry-picked from karenetheridge/topic/accesslog_handler_subs
  • Loading branch information
karenetheridge committed Mar 18, 2013
1 parent f39b198 commit 6cafa26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Plack/Middleware/AccessLog.pm
Expand Up @@ -199,7 +199,7 @@ In addition, custom values can be referenced, using C<%{name}>,
with one of the mandatory modifier flags C<i>, C<o> or C<t>:
%{variable-name}i HTTP_VARIABLE_NAME value from the PSGI environment
%{header-name}o header-name header
%{header-name}o header-name header in the response
%{time-format]t localtime in the specified strftime format
=item logger
Expand Down

0 comments on commit 6cafa26

Please sign in to comment.