pub trait RequestImpl { }
Expand description

The “request implementation” for a client

This is used to allow different client.authenticate() and request.send() impls based on the chosen request provider.

Implementors§