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
orhttps
scheme and a non-emptyauthority
. - A single xDS configuration object, with additional metadata about when it was fetched and processed.
Enums§
- The result of making an HTTP request.
Functions§
- Check route resolution.
Type Aliases§
- A
Result
alias where theErr
case isjunction_core::Error
.