aboutsummaryrefslogtreecommitdiffstats
path: root/includes/http/MWHttpRequest.php
Commit message (Expand)AuthorAgeFilesLines
* Remove 2-line PHPDocs that just repeat the types from the codethiemowmde2025-01-171-2/+0
* Remove trivial 1-line PHPDocs that just repeat the codethiemowmde2025-01-161-3/+0
* MWHttpRequest: allow using local proxy in cli modeGiuseppe Lavagetto2024-12-031-4/+1
* Fix some more bool/null message paramsBartosz Dziewoński2024-11-031-1/+1
* Use explicit nullable type on parameter argumentsUmherirrender2024-10-161-1/+1
* Add @phan-mandatory-param for function name argumentsUmherirrender2024-09-201-1/+1
* http: Add missing documentation to class propertiesUmherirrender2024-09-141-0/+17
* Migrate all uses of deprecated URL global functions to use wfGetUrlUtils()James D. Forrester2024-09-101-3/+3
* Avoid use of deprecated global functions in MWHttpRequestEbrahim Byagowi2024-09-091-4/+8
* MWHttpRequest: Drop support for creating without timeout or connectionTimeout...Piotr Miazga2024-05-051-22/+8
* build: Upgrade mediawiki/mediawiki-phan-config from 0.13.0 to 0.14.0 manuallyJames D. Forrester2024-02-101-1/+1
* Replace $wgCommandLineMode checks with MW_ENTRY_POINT in other placesBartosz Dziewoński2024-01-021-4/+3
* Merge "http: MultiHttpClient supports TelemetryHeadersInterface"jenkins-bot2023-09-121-11/+5
|\
| * http: MultiHttpClient supports TelemetryHeadersInterfacePiotr Miazga2023-09-121-11/+5
* | Reorg: Move WebRequest to includes\RequestAmir Sarabadani2023-09-111-0/+1
|/
* Reorg: Move Status to MediaWiki\Status\Amir Sarabadani2023-08-251-0/+1
* http: Propagate `tracestate` and `traceparent` headersPiotr Miazga2023-08-071-2/+19
* Remove deprecated MWHttpRequest::factoryUmherirrender2023-04-261-16/+0
* Hard-deprecate MWHttpRequest::factoryUmherirrender2023-02-131-1/+2
* Make use of ?:, ?? and ??= operators in mostly trivial casesthiemowmde2022-12-051-4/+1
* Revert "Reorg: Move some of request related classes to MediaWiki/Request"Zabe2022-10-271-3/+2
* Reorg: Move some of request related classes to MediaWiki/RequestAmir Sarabadani2022-10-261-2/+3
* Use short array destructuring instead of list()Tim Starling2022-10-211-1/+1
* Use MainConfigNames instead of string literalsAryeh Gregor2022-04-111-5/+11
* Merge "phan: Remove PhanTypePossiblyInvalidDimOffset suppression"jenkins-bot2022-03-291-0/+1
|\
| * phan: Remove PhanTypePossiblyInvalidDimOffset suppressionUmherirrender2022-03-281-0/+1
* | Check return of parse_url for used url partsUmherirrender2022-03-291-4/+8
|/
* Refactor global variables to use MediaWikiServices insteadTChin2022-01-101-12/+13
* http: Don't set X-Forwarded-Proto when using a reverse proxyKunal Mehta2021-11-171-3/+0
* Allow using a reverse proxy for local HTTP requestsKunal Mehta2021-10-151-1/+36
* http: Add $wgLocalHTTPProxy to set a proxy for local requestsKunal Mehta2021-08-191-7/+13
* Remove dead variables and functions and unneeded parenthesisUmherirrender2021-08-131-1/+1
* build: Swap deprecated @codingStandardsIgnore to phpcs:ignoreUmherirrender2021-04-041-2/+1
* Remove documentation that literally repeats the codeThiemo Kreuz2020-10-271-1/+0
* Respect configured default HTTP timeouts, and introduce max timeoutsTim Starling2020-05-211-2/+8
* Fix even more PSR12.Properties.ConstantVisibility.NotFoundReedy2020-05-161-1/+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-101-1/+1
* build: Upgrade phan to 0.9.0Daimona Eaytoy2019-12-071-1/+0
* Remove unneeded return from MWHttpRequest::setCallbackUmherirrender2019-11-081-1/+1
* MWHttpRequest: Avoid usage of deprecated Http class methodsDerick Alangi2019-10-091-4/+5
* Fix type for timeout and connectTimeout in HttpRequestFactory::createUmherirrender2019-09-231-1/+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-011-0/+7
* Deprecate the Http classAryeh Gregor2019-05-061-4/+28
* MWHttpRequest: Include the request ID in outgoing HTTP requestsMarko Obrovac2019-02-081-0/+2
* Fix @param tagsFomafix2019-02-031-1/+1
* http: Support callback functions in GuzzleHttpRequestBill Pirkle2019-01-241-5/+16
* Document header case in MWHttpRequestLucas Werkmeister2019-01-211-1/+2