我开始在Go中编写服务器端应用程序。我想使用Accept-Encodingrequest标头来确定是否使用压缩响应实体GZIP。我曾希望找到一种直接使用http.Serveorhttp.ServeFile方法执行此操作的方法。
Accept-Encoding
GZIP
http.Serve
http.ServeFile
这是一个很普遍的要求。我错过了什么还是我需要推出自己的解决方案?
ibeautiful
相关分类