libz

Results 5 comments of libz

I had the same problem,Can we do like this ? ``` func (g *gzipHandler) shouldCompress(req *http.Request) bool { if !strings.Contains(req.Header.Get("Accept-Encoding"), "gzip") || strings.Contains(req.Header.Get("Connection"), "Upgrade") || strings.Contains(req.Header.Get("Accept"), "text/event-stream") { return false...

@LawyZheng 👍 Looking forward to your PR. Maybe, I can help to review the code :)

是不是可以利用 `GitHub Actions` + `GitHub Pages` 一起部署呢?有没有大佬尝试下呀

我部署了一个,可以试着访问 `https://gitstars-sooty.vercel.app`