mirror of
https://github.com/chubin/wttr.in
synced 2025-01-12 03:58:45 +00:00
Add httpx to plain-text agents (#707)
This commit is contained in:
parent
c40859505a
commit
c9974d2a4c
1 changed files with 1 additions and 0 deletions
|
@ -79,6 +79,7 @@ PLAIN_TEXT_AGENTS = [
|
||||||
"lwp-request",
|
"lwp-request",
|
||||||
"wget",
|
"wget",
|
||||||
"python-requests",
|
"python-requests",
|
||||||
|
"python-httpx",
|
||||||
"openbsd ftp",
|
"openbsd ftp",
|
||||||
"powershell",
|
"powershell",
|
||||||
"fetch",
|
"fetch",
|
||||||
|
|
Loading…
Reference in a new issue