headzoo / surf

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

Cannot configure http client for downloading assets #54

Open gdalmazzobitlogic opened 7 years ago

gdalmazzobitlogic commented 7 years ago

When downloading an asset (js script, css stylesheet) we cannot use the same client we configured in the browser instance. Instead, default get method from http is used (http.Get(...))

danmux commented 7 years ago

this might help....

https://github.com/headzoo/surf/pull/55