grpc v0.5.0-beta GRPC.Codec.Proto View Source
Link to this section Summary
Functions
Callback implementation for GRPC.Codec.decode/2
.
Callback implementation for GRPC.Codec.encode/1
.
Name is identity of the codec, which will be suffix after content-type "application/grpc+" such as "proto".
Link to this section Functions
Link to this function
decode(binary, module) View Source
Callback implementation for GRPC.Codec.decode/2
.
Link to this function
encode(struct) View Source
Callback implementation for GRPC.Codec.encode/1
.
Link to this function
name() View Source
Name is identity of the codec, which will be suffix after content-type "application/grpc+" such as "proto".
Callback implementation for GRPC.Codec.name/0
.