clearbit / clearbit-go

Go bindings for Clearbit
MIT License
12 stars 11 forks source link

Support per-request timeout #28

Open kevinburke opened 5 years ago

kevinburke commented 5 years ago

At the moment it's difficult to configure the timeout for each request. Ideally we could pass a context.Context to the request which would allow us to cancel a request when it is made.