Przeglądaj źródła

Fix errata; s/RequestUri/ReqestURI/

Signed-off-by: Yi EungJun <eungjun.yi@navercorp.com>
(cherry picked from commit 94985b4bfff4fec6f4a7cb0b0f8b641a7dcfcbd1)
Yi EungJun 9 lat temu
rodzic
commit
0b25417cce
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      docs/extend/plugins_authorization.md

+ 2 - 2
docs/extend/plugins_authorization.md

@@ -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",