mirror of
https://github.com/jetty/jetty.project.git
synced 2025-03-05 13:29:13 +00:00
Issue #6330 - Improve javadoc for CustomRequestLog %H
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
This commit is contained in:
parent
f50c4fd4b4
commit
9cc7517d65
@ -152,7 +152,9 @@ import static java.lang.invoke.MethodType.methodType;
|
||||
*
|
||||
* <tr>
|
||||
* <td valign="top">%H</td>
|
||||
* <td>The request protocol.</td>
|
||||
* <td>Returns the name and version of the protocol the request uses in the form
|
||||
* protocol/majorVersion.minorVersion, for example, HTTP/1.1. For HTTP servlets,
|
||||
* the value returned is the same as the value of the CGI variable SERVER_PROTOCOL.</td>
|
||||
* </tr>
|
||||
*
|
||||
* <tr>
|
||||
|
Loading…
x
Reference in New Issue
Block a user