Expand description
Helper to extract HTTP/gRPC trailers from a tonic stream.
Structs§
- Extract
Trailers Stream - [Stream] that stores the gRPC trailers into
LazyTrailers
. - Lazy
Trailers - gRPC trailers that are extracted by
ExtractTrailersStream
.
Functions§
- extract_
lazy_ trailers - Extract
LazyTrailers
fromStreaming
tonic response.