mirror of https://github.com/docker/cli.git
docs: Remove RequestStatusCode
The requests doesn't include RequestStatusCode field. Signed-off-by: Yi EungJun <eungjun.yi@navercorp.com>
This commit is contained in:
parent
9bc4cd536e
commit
0d227954c5
|
@ -156,8 +156,7 @@ should implement the following two methods:
|
||||||
"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"
|
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -182,7 +181,6 @@ should implement the following two methods:
|
||||||
"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",
|
|
||||||
"ResponseBody": "Byte array containing the raw HTTP response body",
|
"ResponseBody": "Byte array containing the raw HTTP response body",
|
||||||
"ResponseHeader": "Byte array containing the raw HTTP response header as a map[string][]string",
|
"ResponseHeader": "Byte array containing the raw HTTP response header as a map[string][]string",
|
||||||
"ResponseStatusCode":"Response status code"
|
"ResponseStatusCode":"Response status code"
|
||||||
|
|
Loading…
Reference in New Issue