From cf2140c63758fe142280be69c1c99e7499b821b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Barto=C5=A1?= Date: Mon, 22 Jan 2024 01:45:11 +0100 Subject: [PATCH] Readme: mark as abandoned --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 02b6340..87c7af8 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,18 @@ Nette HTTP client +

ABANDONED

+ +

+ Over time I found the PSR HTTP client really annoying to work with. + Lot of interfaces where one would be enough. Lot of boilerplate. + No way of configuring transport and certificates for various services which do not + work well with default config. Just use symfony/http-client directly. + I will eventually add http debug panel to Tracy which will work universally. +

+ +## +

PSR-17 and PSR-18 HTTP client integration for Nette