grpc v0.5.0-beta.1 GRPC.Stream View Source

Some useful operations for streams.

Link to this section Summary

Functions

Get headers from server stream.

Link to this section Functions

Link to this function

get_headers(stream)

View Source
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.