Since PR #1 removed context.Context from API, Handler.Handle method has same signature as http.Client.Do method now. Idea here is to rename Handle method to Do to make http.Client implement Handler interface (or whatever we call it after method is renamed) out of the box.
@proof Any thoughts on this?