aboutsummaryrefslogtreecommitdiffstats
path: root/includes/http
Commit message (Expand)AuthorAgeFilesLines
* build: Swap deprecated @codingStandardsIgnore to phpcs:ignoreUmherirrender2021-04-042-4/+2
* Use static closures where safe to useUmherirrender2021-02-111-1/+1
* Remove documentation that literally repeats the codeThiemo Kreuz2020-10-271-1/+0
* Add a function to HttpRequestFactory for creating a GuzzleHttp\ClientBill Pirkle2020-10-221-0/+36
* Upstream MwHttpRequestToResponseInterfaceAdapter from WikibaseMichael Große2020-10-071-0/+108
* Fix GuzzleHttpRequest request headersTim Starling2020-09-211-4/+6
* Updating guzzlehttp/guzzle (6.5.5 => 7.0.1)Reedy2020-09-181-1/+0
* Mark CONSTRUCTOR_OPTIONS as internalAryeh Gregor2020-08-211-0/+3
* Use @internal instead of @private per policydaniel2020-06-261-1/+1
* Merge "Remove terminating line breaks from debug messages"jenkins-bot2020-06-032-3/+3
|\
| * Remove terminating line breaks from debug messagesTim Starling2020-06-032-3/+3
* | Use HttpRequestFactory::createMultiClient() in core where possibleTim Starling2020-06-021-12/+4
|/
* Respect configured default HTTP timeouts, and introduce max timeoutsTim Starling2020-05-215-10/+118
* Fix even more PSR12.Properties.ConstantVisibility.NotFoundReedy2020-05-163-3/+3
* doxygen: Changed Doxygen tags causing warnings during documentation generationHolger Knust2020-04-141-1/+2
* Support cookies in GuzzleHttpRequestEdward Chernenko2020-03-181-3/+29
* Update all use of $wgVersion to MW_VERSIONTimo Tijhof2020-02-251-4/+2
* build: Upgrade mediawiki-phan-config to 0.9.2Daimona Eaytoy2020-02-211-0/+1
* Coding style: Auto-fix MediaWiki.Usage.IsNull.IsNullJames D. Forrester2020-01-101-1/+1
* Coding style: Auto-fix MediaWiki.Classes.UnsortedUseStatements.UnsortedUseJames D. Forrester2020-01-102-2/+2
* build: Upgrade phan to 0.9.0Daimona Eaytoy2019-12-071-1/+0
* Mimic CURLOPT_POST in GuzzleHttpRequestMoritz Schubotz (physikerwelt)2019-12-041-0/+4
* Remove unneeded return from MWHttpRequest::setCallbackUmherirrender2019-11-081-1/+1
* Fix new phan errors, part 2Daimona Eaytoy2019-10-121-1/+1
* MWHttpRequest: Avoid usage of deprecated Http class methodsDerick Alangi2019-10-091-4/+5
* phan: Removed PhanUndeclaredTypeParameter suppressionUmherirrender2019-09-241-2/+1
* Fix type for timeout and connectTimeout in HttpRequestFactory::createUmherirrender2019-09-232-4/+4
* phan: Enable PhanTypeMismatchArgument issueUmherirrender2019-09-191-1/+1
* Declare dynamic propertiesDaimona Eaytoy2019-09-141-0/+1
* Upgrade phan config to 0.7.1Daimona Eaytoy2019-09-041-1/+0
* Unsuppress another phan issue (part 7)Daimona Eaytoy2019-09-031-1/+1
* Unsuppress phan issues part 6Daimona Eaytoy2019-09-012-0/+11
* Unsuppress other phan issues (part 4)Daimona Eaytoy2019-08-311-0/+1
* Return result from HttpRequestFactory get and post methodsdaniel2019-05-131-2/+2
* Deprecate the Http classAryeh Gregor2019-05-066-83/+180
* Use https://www.php.net/ instead of https://secure.php.net/Fomafix2019-04-121-2/+2
* Replace strlen() calls with strict string comparisonsThiemo Kreuz2019-03-281-1/+1
* Remove various references to cURL in code commentsTimo Tijhof2019-03-051-4/+7
* MWHttpRequest: Include the request ID in outgoing HTTP requestsMarko Obrovac2019-02-081-0/+2
* Change HttpRequestFactory default to guzzleBill Pirkle2019-02-081-1/+1
* build: Updating mediawiki/mediawiki-codesniffer to 24.0.0Kunal Mehta2019-02-071-1/+1
* Fix @param tagsFomafix2019-02-032-2/+2
* http: Support callback functions in GuzzleHttpRequestBill Pirkle2019-01-244-15/+119
* Document header case in MWHttpRequestLucas Werkmeister2019-01-211-1/+2
* Remove a CURLOPT_CONNECTTIMEOUT_MS checkMax Semenik2019-01-071-6/+1
* Fix exception on certain http failuresBill Pirkle2018-12-141-1/+1
* Merge "Temporarily remove guzzle as default for HttpRequestFactory"jenkins-bot2018-12-131-1/+1
|\
| * Temporarily remove guzzle as default for HttpRequestFactoryBill Pirkle2018-12-131-1/+1
* | Fix guzzle InvalidArgumentException when body is passed as an arrayBill Pirkle2018-12-121-1/+5
|/
* Create GuzzleHttpRequest class as new default for HttpRequestFactoryBill Pirkle2018-12-103-6/+214