aboutsummaryrefslogtreecommitdiffstats
path: root/includes/http
Commit message (Expand)AuthorAgeFilesLines
* Replace call_user_func with dynamic function callUmherirrender2025-02-131-1/+1
* build: Updating mediawiki/mediawiki-codesniffer to 46.0.0libraryupgrader2025-01-311-1/+1
* Remove 2-line PHPDocs that just repeat the types from the codethiemowmde2025-01-172-10/+0
* Remove trivial 1-line PHPDocs that just repeat the codethiemowmde2025-01-162-4/+0
* HttpRequestFactory: use Tracer telemetryChris Danis2025-01-131-2/+3
* Merge "Replace isset() with null checks"jenkins-bot2024-12-191-1/+1
|\
| * Replace isset() with null checksUmherirrender2024-12-191-1/+1
* | Replace isset() with falsy checksUmherirrender2024-12-191-1/+1
|/
* 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-164-4/+4
* Add @phan-mandatory-param for function name argumentsUmherirrender2024-09-203-6/+6
* 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-143-0/+21
|/
* 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
* 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
* MWHttpRequest: Drop support for creating without timeout or connectionTimeout...Piotr Miazga2024-05-051-22/+8
* build: Resolve MediaWikiNoEmptyIfDefined suppressionUmherirrender2024-02-141-2/+1
* build: Upgrade mediawiki/mediawiki-phan-config from 0.13.0 to 0.14.0 manuallyJames D. Forrester2024-02-102-2/+3
* Use the instanceof and ::class features instead of stringsthiemowmde2024-02-021-5/+3
* Replace $wgCommandLineMode checks with MW_ENTRY_POINT in other placesBartosz Dziewoński2024-01-021-4/+3
* shellbox: Use Telemetry class instead of WebRequest::getRequestId()Piotr Miazga2023-09-191-0/+5
* Merge "http: MultiHttpClient supports TelemetryHeadersInterface"jenkins-bot2023-09-123-12/+20
|\
| * http: MultiHttpClient supports TelemetryHeadersInterfacePiotr Miazga2023-09-123-12/+20
* | Reorg: Move WebRequest to includes\RequestAmir Sarabadani2023-09-112-1/+2
|/
* HttpRequestFactory: Minor cleanupReedy2023-08-261-10/+7
* Reorg: Move Status to MediaWiki\Status\Amir Sarabadani2023-08-253-1/+3
* http: fix JobRunner overriding requestId with nullPiotr Miazga2023-08-091-0/+9
* http: Propagate `tracestate` and `traceparent` headersPiotr Miazga2023-08-073-5/+153
* Remove deprecated MWHttpRequest::factoryUmherirrender2023-04-261-16/+0
* Remove deprecated class HttpUmherirrender2023-04-241-152/+0
* Merge "Hard-deprecate Http::request/get/post/userAgent/isValidURI"jenkins-bot2023-02-231-5/+10
|\
| * Hard-deprecate Http::request/get/post/userAgent/isValidURIUmherirrender2023-02-131-5/+10
* | Hard-deprecate MWHttpRequest::factoryUmherirrender2023-02-131-1/+2
|/
* http: Log GuzzleHttpRequest requestsGergő Tisza2023-02-081-3/+13
* MWCallbackStream: Add explicit $stream propertyReedy2022-12-271-0/+3
* Make use of ?:, ?? and ??= operators in mostly trivial casesthiemowmde2022-12-051-4/+1
* Various doc fixes about false on method arguments/return typesUmherirrender2022-11-101-3/+3
* Revert "Reorg: Move some of request related classes to MediaWiki/Request"Zabe2022-10-272-5/+4
* Reorg: Move some of request related classes to MediaWiki/RequestAmir Sarabadani2022-10-262-4/+5
* Use short array destructuring instead of list()Tim Starling2022-10-211-1/+1
* Use MainConfigNames instead of string literals, #3Aryeh Gregor2022-04-261-22/+24
* Use MainConfigNames instead of string literalsAryeh Gregor2022-04-112-7/+16
* Merge "phan: Remove PhanTypePossiblyInvalidDimOffset suppression"jenkins-bot2022-03-291-0/+1
|\
| * phan: Remove PhanTypePossiblyInvalidDimOffset suppressionUmherirrender2022-03-281-0/+1