module GRPC::Transport::TrailerCodec

Extended Modules

Defined in:

grpc/transport/http2_connection.cr

Instance Method Summary

Instance Method Detail

def decode_bin(data : String | Nil) : Bytes | Nil #

[View source]
def encode_bin(data : Bytes | Nil) : String | Nil #

[View source]
def percent_decode(s : String) : String #

[View source]