Add "plaintext" handling for httpx client

https://www.python-httpx.org
pull/707/head
James Hodgkinson 3 years ago committed by GitHub
parent 8bdc54bb70
commit 0cee1d2cd4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save