mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Fix errata; s/RequestUri/ReqestURI/
Signed-off-by: Yi EungJun <eungjun.yi@navercorp.com>
(cherry picked from commit 94985b4bff
)
This commit is contained in:
parent
eb405d2b73
commit
0b25417cce
1 changed files with 2 additions and 2 deletions
|
@ -149,7 +149,7 @@ should implement the following two methods:
|
||||||
"User": "The user identification",
|
"User": "The user identification",
|
||||||
"UserAuthNMethod": "The authentication method used",
|
"UserAuthNMethod": "The authentication method used",
|
||||||
"RequestMethod": "The HTTP method",
|
"RequestMethod": "The HTTP method",
|
||||||
"RequestUri": "The HTTP request URI",
|
"RequestURI": "The HTTP request URI",
|
||||||
"RequestBody": "Byte array containing the raw HTTP request body",
|
"RequestBody": "Byte array containing the raw HTTP request body",
|
||||||
"RequestHeader": "Byte array containing the raw HTTP request header as a map[string][]string ",
|
"RequestHeader": "Byte array containing the raw HTTP request header as a map[string][]string ",
|
||||||
"RequestStatusCode": "Request status code"
|
"RequestStatusCode": "Request status code"
|
||||||
|
@ -174,7 +174,7 @@ should implement the following two methods:
|
||||||
"User": "The user identification",
|
"User": "The user identification",
|
||||||
"UserAuthNMethod": "The authentication method used",
|
"UserAuthNMethod": "The authentication method used",
|
||||||
"RequestMethod": "The HTTP method",
|
"RequestMethod": "The HTTP method",
|
||||||
"RequestUri": "The HTTP request URI",
|
"RequestURI": "The HTTP request URI",
|
||||||
"RequestBody": "Byte array containing the raw HTTP request body",
|
"RequestBody": "Byte array containing the raw HTTP request body",
|
||||||
"RequestHeader": "Byte array containing the raw HTTP request header as a map[string][]string",
|
"RequestHeader": "Byte array containing the raw HTTP request header as a map[string][]string",
|
||||||
"RequestStatusCode": "Request status code",
|
"RequestStatusCode": "Request status code",
|
||||||
|
|
Loading…
Add table
Reference in a new issue