Signed-off-by: Yi EungJun <eungjun.yi@navercorp.com>
| ... | ... |
@@ -154,7 +154,7 @@ should implement the following two methods: |
| 154 | 154 |
"User": "The user identification", |
| 155 | 155 |
"UserAuthNMethod": "The authentication method used", |
| 156 | 156 |
"RequestMethod": "The HTTP method", |
| 157 |
- "RequestUri": "The HTTP request URI", |
|
| 157 |
+ "RequestURI": "The HTTP request URI", |
|
| 158 | 158 |
"RequestBody": "Byte array containing the raw HTTP request body", |
| 159 | 159 |
"RequestHeader": "Byte array containing the raw HTTP request header as a map[string][]string ", |
| 160 | 160 |
"RequestStatusCode": "Request status code" |
| ... | ... |
@@ -179,7 +179,7 @@ should implement the following two methods: |
| 179 | 179 |
"User": "The user identification", |
| 180 | 180 |
"UserAuthNMethod": "The authentication method used", |
| 181 | 181 |
"RequestMethod": "The HTTP method", |
| 182 |
- "RequestUri": "The HTTP request URI", |
|
| 182 |
+ "RequestURI": "The HTTP request URI", |
|
| 183 | 183 |
"RequestBody": "Byte array containing the raw HTTP request body", |
| 184 | 184 |
"RequestHeader": "Byte array containing the raw HTTP request header as a map[string][]string", |
| 185 | 185 |
"RequestStatusCode": "Request status code", |