Expand description
Extensions traits for different crates
Traitsยง
- Deserialize
Ext - Needed for overcoming overlapping path in config deserialization.
- Header
Filter Ext - Extension trait to get filtered headers.
Current implementation relies on
HEADERS_FILTER
. - Http
ReqExt - Injects
Span
context into request headers; - Router
Tonic Ext - Takes Tonic
Service
and converts it intoRouter
- Tonic
ReqExt - Injects
Span
context into request headers;