antchfx / htmlquery

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

Duration of the request #62

Closed Protoculos closed 1 year ago

Protoculos commented 1 year ago

Hello. Can you add a duration parameter to the request URL?

zhengchun commented 1 year ago

Please consider using the standard http package to implement it, because everyone has different requements for HTTP requests. htmlquery.LoadUrl() is used for simply HTTP request.