X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fhttp%2FHttp.php;h=c0005c5ae5500d86b082aeeac4f3bd8c264e7ef5;hb=d819f37fbb459549c43e15ae44a9234ae3e485e9;hp=6eff6c9cbd12a33e5c065574ec6bd51f9ac13bca;hpb=52ba4e60846b7c47d7b460beee82654346c41093;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/http/Http.php b/includes/http/Http.php index 6eff6c9cbd..c0005c5ae5 100644 --- a/includes/http/Http.php +++ b/includes/http/Http.php @@ -33,7 +33,7 @@ class Http { * @param string $method HTTP method. Usually GET/POST * @param string $url Full URL to act on. If protocol-relative, will be expanded to an http:// URL * @param array $options Options to pass to MWHttpRequest object. - * Possible keys for the array: + * Possible keys for the array: * - timeout Timeout length in seconds * - connectTimeout Timeout for connection, in seconds (curl only) * - postData An array of key-value pairs or a url-encoded form data