aboutsummaryrefslogtreecommitdiffstats
path: root/includes/http/HttpRequestFactory.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-4/+4
* Replace a few more uses of deprecated Status / StatusValue methodsBartosz DziewoƄski2024-08-221-1/+1
* Add namespace and deprecation alias to MultiHttpClientEbrahim Byagowi2024-05-201-1/+1
* Do not mark HttpRequestFactory as @internalMartin Urbanec2024-05-131-1/+0
* shellbox: Use Telemetry class instead of WebRequest::getRequestId()Piotr Miazga2023-09-191-0/+5
* Merge "http: MultiHttpClient supports TelemetryHeadersInterface"jenkins-bot2023-09-121-0/+1
|\
| * http: MultiHttpClient supports TelemetryHeadersInterfacePiotr Miazga2023-09-121-0/+1
* | Reorg: Move WebRequest to includes\RequestAmir Sarabadani2023-09-111-1/+1
|/
* HttpRequestFactory: Minor cleanupReedy2023-08-261-10/+7
* Reorg: Move Status to MediaWiki\Status\Amir Sarabadani2023-08-251-1/+1
* http: Propagate `tracestate` and `traceparent` headersPiotr Miazga2023-08-071-3/+14
* Revert "Reorg: Move some of request related classes to MediaWiki/Request"Zabe2022-10-271-2/+2
* Reorg: Move some of request related classes to MediaWiki/RequestAmir Sarabadani2022-10-261-2/+2
* Use MainConfigNames instead of string literals, #3Aryeh Gregor2022-04-261-22/+24
* HttpRequestFactory: allow 0 to mean no max timeout.daniel2022-01-281-8/+8
* Merge "Support $wgLocalHTTPProxy in MultiHttpClient"jenkins-bot2021-11-221-1/+5
|\
| * Support $wgLocalHTTPProxy in MultiHttpClientKunal Mehta2021-11-161-1/+5
* | Remove old HTTP request implementationsPetr Pchelko2021-11-081-19/+1
|/
* http: Add $wgLocalHTTPProxy to set a proxy for local requestsKunal Mehta2021-08-191-1/+1
* build: Swap deprecated @codingStandardsIgnore to phpcs:ignoreUmherirrender2021-04-041-2/+1
* Add a function to HttpRequestFactory for creating a GuzzleHttp\ClientBill Pirkle2020-10-221-0/+36
* Mark CONSTRUCTOR_OPTIONS as internalAryeh Gregor2020-08-211-0/+3
* Respect configured default HTTP timeouts, and introduce max timeoutsTim Starling2020-05-211-8/+104
* Update all use of $wgVersion to MW_VERSIONTimo Tijhof2020-02-251-4/+2
* Fix new phan errors, part 2Daimona Eaytoy2019-10-121-1/+1
* phan: Removed PhanUndeclaredTypeParameter suppressionUmherirrender2019-09-241-2/+1
* Fix type for timeout and connectTimeout in HttpRequestFactory::createUmherirrender2019-09-231-3/+3
* phan: Enable PhanTypeMismatchArgument issueUmherirrender2019-09-191-1/+1
* Unsuppress phan issues part 6Daimona Eaytoy2019-09-011-0/+4
* Return result from HttpRequestFactory get and post methodsdaniel2019-05-131-2/+2
* Deprecate the Http classAryeh Gregor2019-05-061-16/+98
* Use https://www.php.net/ instead of https://secure.php.net/Fomafix2019-04-121-2/+2
* Change HttpRequestFactory default to guzzleBill Pirkle2019-02-081-1/+1
* Temporarily remove guzzle as default for HttpRequestFactoryBill Pirkle2018-12-131-1/+1
* Create GuzzleHttpRequest class as new default for HttpRequestFactoryBill Pirkle2018-12-101-1/+4
* Replace HTTP by HTTPSFomafix2018-05-221-3/+3
* Create factory for MWHttpRequestStanislav Malyshev2018-01-231-0/+82