pub trait NoauthClient: HttpClient { }
Expand description

Marker trait to indicate that a HTTP client supports unauthenticated routes.

Implementors