-
Notifications
You must be signed in to change notification settings - Fork 112
Open
Labels
type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.
Description
If you initialize a client with an endpoint that lacks the scheme, you get this error:
client libraries only create builders where `try_clone()` succeeds
The underlying RequestBuilder is in an error state:
RequestBuilder { error: reqwest::Error { kind: Builder, source: RelativeUrlWithoutBase } }
We should return something more meaningful.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.