Commit d4baf146 authored by Martin Blix Grydeland's avatar Martin Blix Grydeland

Document %I and %O ncsa format specifiers

parent 4a18350b
...@@ -57,6 +57,9 @@ Supported formatters are: ...@@ -57,6 +57,9 @@ Supported formatters are:
%h %h
Remote host. Defaults to '-' if not known. Remote host. Defaults to '-' if not known.
%I
Total bytes received from client.
%{X}i %{X}i
The contents of request header X. The contents of request header X.
...@@ -72,6 +75,9 @@ Supported formatters are: ...@@ -72,6 +75,9 @@ Supported formatters are:
%{X}o %{X}o
The contents of response header X. The contents of response header X.
%O
Total bytes sent to client.
%r %r
The first line of the request. Synthesized from other fields, so it The first line of the request. Synthesized from other fields, so it
may not be the request verbatim. may not be the request verbatim.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment