raven-go icon indicating copy to clipboard operation
raven-go copied to clipboard

Add custom parameters to HTTPTrasport and setters

Open sshaplygin opened this issue 6 years ago • 2 comments

It is modify PR #222 with custom HTTPTransport client parameters.

sshaplygin avatar Apr 14 '19 11:04 sshaplygin

PR introduces options

// HTTPTransportOptions are options to configure the HTTPTransport yet it contains 5 separate setters for all the timeouts.

Wouldn't it be better to configure it once during transport creation? It will most likely never change once configured anyway.

kamilogorek avatar Apr 19 '19 17:04 kamilogorek

@kamilogorek Hi! It is good idea. I gonna fix soon time

sshaplygin avatar Apr 23 '19 09:04 sshaplygin