View Source GRPC.Stream (grpc v0.8.1)

Some useful operations for streams.

Summary

Functions

Get headers from server stream.

Functions

@spec get_headers(GRPC.Server.Stream.t()) :: map()

Get headers from server stream.

For the client side, you should use :return_headers option to get headers, see GRPC.Stub for details.