Quellcode durchsuchen

Merge pull request #21905 from npcode/docs-authorization-RequestUri

Fix errata; s/RequestUri/ReqestURI/
Vincent Demeester vor 9 Jahren
Ursprung
Commit
4ac59a1282
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 2 2
      docs/extend/plugins_authorization.md

+ 2 - 2
docs/extend/plugins_authorization.md

@@ -154,7 +154,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"
@@ -179,7 +179,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",