wiki.techinc.nl/includes/http
James D. Forrester 2b11d61577 Migrate all uses of deprecated URL global functions to use wfGetUrlUtils()
wfGetUrlUtils() is also deprecated, but less so, so we can do this first
and then properly replace the individual uses with dependency injection
in local pieces of work.

Also:
* Switching Parser::getExternalLinkRel to UrlUtils::matchesDomainList
  exposed a type error in media.txt where $wgNoFollowDomainExceptions
  was set to a string (which is invalid) instead of an array.

Bug: T319340
Change-Id: Icb512d7241954ee155b64c57f3782b86acfd9a4c
2024-09-10 16:50:02 -07:00
..
GuzzleHttpRequest.php Use the instanceof and ::class features instead of strings 2024-02-02 14:50:15 +00:00
HttpRequestFactory.php Replace a few more uses of deprecated Status / StatusValue methods 2024-08-22 19:34:51 +00:00
MWCallbackStream.php MWCallbackStream: Add explicit $stream property 2022-12-27 17:03:25 +00:00
MWHttpRequest.php Migrate all uses of deprecated URL global functions to use wfGetUrlUtils() 2024-09-10 16:50:02 -07:00
MwHttpRequestToResponseInterfaceAdapter.php build: Resolve MediaWikiNoEmptyIfDefined suppression 2024-02-14 21:47:18 +01:00
Telemetry.php http: MultiHttpClient supports TelemetryHeadersInterface 2023-09-12 18:05:17 +02:00