aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/Http/Client/ClientServiceTest.php
Commit message (Collapse)AuthorAgeFilesLines
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-251-2/+2
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* chore: Add SPDX headerAndy Scherzinger2024-05-131-4/+3
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* feat: add switch to disable dns pinningDaniel Kesselberg2023-08-291-1/+52
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* feat(HTTPClient): Provide wrapped access to Guzzle's asyncRequest()Joas Schilling2023-06-271-2/+6
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* log performance events for http requestsRobin Appelman2023-04-281-1/+11
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Add remote host validation APIChristoph Wurst2022-10-311-4/+7
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Revert "fix external storages access"Simon L2022-10-231-1/+3
| | | | Signed-off-by: szaimen <szaimen@e.mail.de>
* fix external storages accessszaimen2022-07-011-3/+1
| | | | Signed-off-by: szaimen <szaimen@e.mail.de>
* Migrate from ILogger to LoggerInterface where needed in the testsCôme Chilliet2022-03-241-4/+0
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Improve networking checksLukas Reschke2021-04-061-2/+31
| | | | | | Whilst we currently state that SSRF is generally outside of our threat model, this is something where we should invest to improve this. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Fix unit testsJoas Schilling2020-04-151-2/+4
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Set User-Agent as header without middlewareDaniel Kesselberg2019-04-161-4/+7
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* adjust httpclient to guzzle6Robin Appelman2018-02-091-1/+2
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Fix getMock Http ClientRoeland Jago Douma2016-09-071-2/+4
|
* Move tests/ to PSR-4 (#24731)Joas Schilling2016-05-201-0/+27
* Move a-b to PSR-4 * Move c-d to PSR-4 * Move e+g to PSR-4 * Move h-l to PSR-4 * Move m-r to PSR-4 * Move s-u to PSR-4 * Move files/ to PSR-4 * Move remaining tests to PSR-4 * Remove Test\ from old autoloader