mirror of
https://github.com/azerothcore/mod-ale
synced 2025-11-29 15:38:17 +08:00
put http verbs in backquotes in documentation
This commit is contained in:
@@ -2661,7 +2661,7 @@ namespace LuaGlobalFunctions
|
||||
* @proto (httpMethod, url, body, contentType, function)
|
||||
* @proto (httpMethod, url, body, contentType, headers, function)
|
||||
*
|
||||
* @param string httpMethod : the HTTP method to use (possible values are: "GET", "HEAD", "POST", "PUT", "PATCH", "DELETE", "OPTIONS")
|
||||
* @param string httpMethod : the HTTP method to use (possible values are: `"GET"`, `"HEAD"`, `"POST"`, `"PUT"`, `"PATCH"`, `"DELETE"`, `"OPTIONS"`)
|
||||
* @param string url : the URL to query
|
||||
* @param table headers : a table with string key-value pairs containing the request headers
|
||||
* @param string body : the request's body (only used for POST, PUT and PATCH requests)
|
||||
|
||||
Reference in New Issue
Block a user