Module kube::client::middleware

source ·
Available on crate feature client only.
Expand description

Middleware types returned from ConfigExt methods.

Structs§

  • Layer to set up Authorization header depending on the config.
  • Middleware that sets base URI so that all requests are relative to it.
  • Layer that applies BaseUri which 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