Module kube_client::client::middleware
source · Available on crate feature
client only.Expand description
Middleware types returned from ConfigExt methods.
Structs
- Layer to set up
Authorizationheader depending on the config. - Middleware that sets base URI so that all requests are relative to it.
- Layer that applies
BaseUriwhich makes all requests relative to the URI. - Service that adds a static set of extra headers to each request
- Layer that adds a static set of extra headers to each request