Expand description
Runtime plugins that provide defaults for clients.
Note: these are the absolute base-level defaults. They may not be the defaults for your client, since many things can change these defaults on the way to code generating and constructing a full client.
Structs§
- DefaultPlugin Params 
- Arguments for the default_pluginsmethod.
Functions§
- default_http_ client_ plugin Deprecated 
- Runtime plugin that provides a default connector.
- default_http_ client_ plugin_ v2 
- Runtime plugin that provides a default HTTPS connector.
- default_identity_ cache_ plugin 
- Runtime plugin that registers the default identity cache implementation.
- default_plugins 
- All default plugins.
- default_retry_ config_ plugin 
- Runtime plugin that sets the default retry strategy, config (disabled), and partition.
- default_sleep_ impl_ plugin 
- Runtime plugin that provides a default async sleep implementation.
- default_stalled_ stream_ protection_ config_ plugin Deprecated 
- Runtime plugin that sets the default stalled stream protection config.
- default_time_ source_ plugin 
- Runtime plugin that provides a default time source.
- default_timeout_ config_ plugin 
- Runtime plugin that sets the default timeout config (no timeouts).