paked / messenger

Package messenger is used for making bots for use with Facebook messenger
MIT License
274 stars 74 forks source link

Allow to pass custom http.Client #69

Open pranas opened 4 years ago

pranas commented 4 years ago

While it was possible to customize http.Client by changing http.DefaultClient, it's not a great solution as it is a global state.

The change was a bit tricky because of requests happening on Response object and the possibility of it being initialized manually.

pranas commented 4 years ago

@paked thoughts or comments?