aboutsummaryrefslogtreecommitdiffstats
path: root/includes/http/GuzzleHttpRequest.php
Commit message (Expand)AuthorAgeFilesLines
* Use explicit nullable type on parameter argumentsUmherirrender2024-10-161-1/+1
* Add @phan-mandatory-param for function name argumentsUmherirrender2024-09-201-1/+1
* Merge "http: Remove timestamp from 'http' channel logs"jenkins-bot2024-09-171-1/+1
|\
| * http: Remove timestamp from 'http' channel logsBartosz Dziewoński2024-09-171-1/+1
* | Remove unchecked exception annotationsAdam Wight2024-09-171-2/+0
* | http: Add missing documentation to class propertiesUmherirrender2024-09-141-0/+3
|/
* Use the instanceof and ::class features instead of stringsthiemowmde2024-02-021-5/+3
* Reorg: Move Status to MediaWiki\Status\Amir Sarabadani2023-08-251-0/+1
* http: Log GuzzleHttpRequest requestsGergő Tisza2023-02-081-3/+13
* Remove old HTTP request implementationsPetr Pchelko2021-11-081-9/+8
* Use static closures where safe to useUmherirrender2021-02-111-1/+1
* Fix GuzzleHttpRequest request headersTim Starling2020-09-211-4/+6
* Updating guzzlehttp/guzzle (6.5.5 => 7.0.1)Reedy2020-09-181-1/+0
* Respect configured default HTTP timeouts, and introduce max timeoutsTim Starling2020-05-211-0/+2
* Fix even more PSR12.Properties.ConstantVisibility.NotFoundReedy2020-05-161-1/+1
* Support cookies in GuzzleHttpRequestEdward Chernenko2020-03-181-3/+29
* build: Upgrade mediawiki-phan-config to 0.9.2Daimona Eaytoy2020-02-211-0/+1
* Mimic CURLOPT_POST in GuzzleHttpRequestMoritz Schubotz (physikerwelt)2019-12-041-0/+4
* Unsuppress other phan issues (part 4)Daimona Eaytoy2019-08-311-0/+1
* Deprecate the Http classAryeh Gregor2019-05-061-1/+1
* Fix @param tagsFomafix2019-02-031-1/+1
* http: Support callback functions in GuzzleHttpRequestBill Pirkle2019-01-241-6/+53
* 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-101-0/+202