antchfx / htmlquery

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

feat: support set http cilent #71

Closed wuzhican closed 6 months ago

wuzhican commented 6 months ago

70

zhengchun commented 6 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.