Module trailers

Source
Expand description

Helper to extract HTTP/gRPC trailers from a tonic stream.

Structs§

ExtractTrailersStream
[Stream] that stores the gRPC trailers into LazyTrailers.
LazyTrailers
gRPC trailers that are extracted by ExtractTrailersStream.

Functions§

extract_lazy_trailers
Extract LazyTrailers from Streaming tonic response.

Type Aliases§

SharedTrailers 🔒