headzoo / surf

Stateful programmatic web browsing in Go.
MIT License
1.48k stars 159 forks source link

Use http.RoundTripper vs http.Transport #39

Closed lxt2 closed 7 years ago

lxt2 commented 8 years ago

The interface for http.Transport is http.RoundTripper. Changing this doesn't appear to break anything and opens up the possibility of improvements like middleware and better debugging/logging.