From 9b20ffc4501fb1aa349c343dab94f674822c62ab Mon Sep 17 00:00:00 2001 From: kzkzzzz Date: Fri, 27 Feb 2026 00:26:14 +0800 Subject: [PATCH] update --- myhttp/httpc/const.go | 1 + 1 file changed, 1 insertion(+) diff --git a/myhttp/httpc/const.go b/myhttp/httpc/const.go index 493141b..a7dadbe 100644 --- a/myhttp/httpc/const.go +++ b/myhttp/httpc/const.go @@ -14,6 +14,7 @@ const ( HeaderOrigin = "Origin" HeaderReferer = "Referer" HeaderAcceptLanguage = "Accept-Language" + HeaderAcceptEncoding = "Accept-Encoding" ContentTypeJSON = "application/json; charset=utf-8" )