AbGuthrie / goquery

Provide a shell like interface by utilizing osquery's distributed API
MIT License
80 stars 10 forks source link

Use different user agent for HTTP requests #90

Closed javuto closed 5 years ago

javuto commented 5 years ago

Overview

When using goquery the default user agent is the one inherited from go, which is Go-http-client/1.1. It would be cool to customize it to be custom with version or something like that.

Great project! kudos!