cc-lb-plugin-wire 0.1.1

cc-lb plugin wire format — handshake and shared types between cc-lb host and plugins.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//! v2 is a fork of v1 to allow additive cache-related fields. v1 is FROZEN.

pub mod build_signer;
pub mod common;
pub mod normalize_error;
pub mod observe;
pub mod on_unauthorized;
pub mod shape;
pub mod sign;

pub use common::{
    CandidateWire, DialectBinding, HeaderWire, ObserveEventWire, Principal,
    RateLimitObservationWire, RequestWire, ShapedRequestWire,
    SubscriptionQuotaCandidateSnapshotWire, UpstreamErrorCategory, UpstreamErrorWire, UpstreamWire,
};