Signed-off-by: Yi EungJun <eungjun.yi@navercorp.com>
(cherry picked from commit 94985b4bfff4fec6f4a7cb0b0f8b641a7dcfcbd1)
| ... | ... |
@@ -149,7 +149,7 @@ should implement the following two methods: |
| 149 | 149 |
"User": "The user identification", |
| 150 | 150 |
"UserAuthNMethod": "The authentication method used", |
| 151 | 151 |
"RequestMethod": "The HTTP method", |
| 152 |
- "RequestUri": "The HTTP request URI", |
|
| 152 |
+ "RequestURI": "The HTTP request URI", |
|
| 153 | 153 |
"RequestBody": "Byte array containing the raw HTTP request body", |
| 154 | 154 |
"RequestHeader": "Byte array containing the raw HTTP request header as a map[string][]string ", |
| 155 | 155 |
"RequestStatusCode": "Request status code" |
| ... | ... |
@@ -174,7 +174,7 @@ should implement the following two methods: |
| 174 | 174 |
"User": "The user identification", |
| 175 | 175 |
"UserAuthNMethod": "The authentication method used", |
| 176 | 176 |
"RequestMethod": "The HTTP method", |
| 177 |
- "RequestUri": "The HTTP request URI", |
|
| 177 |
+ "RequestURI": "The HTTP request URI", |
|
| 178 | 178 |
"RequestBody": "Byte array containing the raw HTTP request body", |
| 179 | 179 |
"RequestHeader": "Byte array containing the raw HTTP request header as a map[string][]string", |
| 180 | 180 |
"RequestStatusCode": "Request status code", |