tsenart / vegeta

HTTP load testing tool and library. It's over 9000!
http://godoc.org/github.com/tsenart/vegeta/lib
MIT License
23.51k stars 1.36k forks source link

Expose http.Client #263

Closed julianvmodesto closed 6 years ago

julianvmodesto commented 7 years ago

I'd like to set up an http.Client that dials a unix socket. In the Vegeta library, could we expose the http.Client to allow arbitrary options?

tsenart commented 6 years ago

How would the proposed API in the examples in https://github.com/tsenart/vegeta/issues/305 work for you?

tsenart commented 6 years ago

Fixed by #329