Add "plaintext" handling for httpx client

https://www.python-httpx.org
This commit is contained in:
James Hodgkinson 2022-03-06 11:24:03 +10:00 committed by GitHub
parent 8bdc54bb70
commit 0cee1d2cd4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,6 +23,7 @@ var plainTextAgents = []string{
"httpie",
"lwp-request",
"wget",
"python-httpx",
"python-requests",
"openbsd ftp",
"powershell",