It looks like this has been oversought. How do you create a RequestBuilder from a Client (which may have a base url and the corresponding url logic) if you have a Method and an url?
Maybe something like client.request(Method::Get, "foo") would be worthwhile adding?
(There's Client::send(), but perhaps there might be a more ergonomic option)
It looks like this has been oversought. How do you create a
RequestBuilderfrom aClient(which may have a base url and the corresponding url logic) if you have aMethodand an url?Maybe something like
client.request(Method::Get, "foo")would be worthwhile adding?(There's
Client::send(), but perhaps there might be a more ergonomic option)