From: Tom Christie Date: Tue, 31 Oct 2023 10:16:14 +0000 (+0000) Subject: Drop unneccessary JSON encodings X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=85669525675c20ca5f5875cce5d7995710c860ed;p=thirdparty%2Fhttpx.git Drop unneccessary JSON encodings --- diff --git a/httpx/_utils.py b/httpx/_utils.py index 4ae6dba7..f95658b6 100644 --- a/httpx/_utils.py +++ b/httpx/_utils.py @@ -69,13 +69,6 @@ SUPPORTED_CODECS = { "shift_jis", # shift-jis "utf-8", # utf-8 "utf-16-le", # utf-16le - # We also support the following UTF flavors... - "utf-8-sig", - "utf-16", - "utf-16-be", - "utf-32", - "utf-32-be", - "utf-32-le", }