Crate junction_core

Source
Expand description

The core implementation for Junction - an xDS dynamically-configurable API load-balancer library.

Structs§

  • A [Backend][junction_api::backend::Backend] and the LoadBalancer it’s configured with.
  • A service discovery client that looks up URL information based on URLs, headers, and methods.
  • An error when using the Junction client.
  • An outgoing HTTP Request, before any rewrites or modifications have been made.
  • The context required to select an address from a backend. Includes the URL and headers from an outgoing request.
  • The result of resolving a route (see Client::resolve_route).
  • An opaque string used to version an xDS resource.
  • The result of selecting an endpoint (see Client::select_endpoint).
  • An Uri with an http or https scheme and a non-empty authority.
  • A single xDS configuration object, with additional metadata about when it was fetched and processed.

Enums§

Functions§

Type Aliases§

  • A Result alias where the Err case is junction_core::Error.