antchfx / htmlquery

htmlquery is golang XPath package for HTML query.

Home Page:https://github.com/antchfx/xpath

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`LoadURL()` supports 'gzip ', 'deflate' decompression

zhengchun opened this issue · comments

Supports 'gzip ', 'deflate' decompress when calling LoadURL() and the server response Content-Encoding HTTP Header values is one of gzip or deflate.