Skip to main content

RequestPatch

Type Alias RequestPatch 

Source
pub type RequestPatch = Vec<RequestPatchItem>;
Expand description

our fastn identity service can tell us to modify the request in some ways TODO: make this smallvec to reduce heap allocations

Aliased Typeยง

pub struct RequestPatch { /* private fields */ }