From 0cee1d2cd418db1705abe6cd6d50838d6b6dee2e Mon Sep 17 00:00:00 2001 From: James Hodgkinson Date: Sun, 6 Mar 2022 11:24:03 +1000 Subject: [PATCH] Add "plaintext" handling for httpx client https://www.python-httpx.org --- cmd/srv.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd/srv.go b/cmd/srv.go index b609b96..02e4c45 100644 --- a/cmd/srv.go +++ b/cmd/srv.go @@ -23,6 +23,7 @@ var plainTextAgents = []string{ "httpie", "lwp-request", "wget", + "python-httpx", "python-requests", "openbsd ftp", "powershell",