antchfx / htmlquery

htmlquery is golang XPath package for HTML query.
https://github.com/antchfx/xpath
MIT License
738 stars 74 forks source link

feat: support set http cilent #71

Closed wuzhican closed 8 months ago

wuzhican commented 8 months ago

70

zhengchun commented 8 months ago

Hello, thanks for your PR, but there are No plan to support http client. I recommend anyone implement it in their own package and then call the htmlquery.Parse() method.