summaryrefslogtreecommitdiff
path: root/src/HttpClient.php
AgeCommit message (Collapse)Author
2020-12-14- removed old RoadRunner codeWolfy-J
- added new RR source code
2020-12-08GitHub actions updated, some PHP errors fixedparamtamtam
This PR contains: - Ci actions (build) refactoring - Little `Makefile` fix (my mistake in previous PR) - Updated minimal required versions of composer packages: - `psr/http-factory` (`^1.0` → `^1.0.1`) - `psr/http-message` (`^1.0` → `^1.0.1`) - `laminas/laminas-diactoros` (`^1.3` → `^1.3.6`) - Tests using minimal and maximal composer package versions - Disabling `checkMissingIterableValueType` in `phpstan.neon.dist` - Some typos (wrong class namespaces and annotations) in PHP files :warning: - One improvement in `HttpClient::respond` method (variable type hint overriding fixed) - Added packages testing on CI: - `./service/gzip` - `./service/reload`
2020-05-05#318 fix code styleValentin V / vvval
2019-12-25PHP sources updated (phpstan level MAX)Paramtamtam
2019-10-12- polishing health service testsWolfy-J
- adding auto-CS tools
2019-06-27php adapter for metric collection, more testsWolfy-J
2019-05-02v1.3.9Wolfy-J
2019-01-31CSWolfy-J
2019-01-31CSWolfy-J
2019-01-31CSWolfy-J
2019-01-31- added HttpClient for raw message consumingWolfy-J
2019-01-30Add types to return functionAlex
2019-01-29Remove list (bug), create client interfaceAlex
2019-01-28Raw HTTP client (HttpClient), PSR7Client now depends on HttpClientAlex