coopernurse / barrister-go

Barrister RPC bindings for the Go language
http://barrister.bitmechanic.com/
8 stars 4 forks source link

Added optional custom http.Client to HttpTransport #7

Closed colega closed 6 years ago

colega commented 6 years ago

In order to be able to support custom timeouts, for example, HttpTransport now supports http.Client to be provided.

This makes Jar option unneeded which now is marked as deprecated and should be removed in the next major version.

colega commented 6 years ago

@coopernurse ping!

coopernurse commented 6 years ago

Sorry about the wait! Thanks for the contribution.