lafikl / fluent

DEPRECATED
MIT License
94 stars 14 forks source link

Cannot use fluent with provided http client #7

Open bong0 opened 9 years ago

bong0 commented 9 years ago

I am using a single http client for multiple workers which is recommended by the net/http documentation. Now I want to use your package but there is no exposed function which does that. Send creates its own object every single time! Please provide a send function with a *http.Client parameter