X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fhttp%2FHttp.php;h=c0005c5ae5500d86b082aeeac4f3bd8c264e7ef5;hb=023fec5d7b3a1a4b57d7bd3c555eeb06fd6bae22;hp=6eff6c9cbd12a33e5c065574ec6bd51f9ac13bca;hpb=426719108b86bba70e5b321e3386f40849471426;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