# README
encoding
kratos的官方包
# Functions
GetCodec gets a registered Codec by content-subtype, or nil if no Codec is registered for the content-subtype.
No description provided by the author
RegisterCodec registers the provided Codec for use with all Transport clients and servers.
No description provided by the author
# Interfaces
Codec defines the interface Transport uses to encode and decode messages.