package
1.8.2
Repository: https://github.com/to2false/go-gin-http.git
Documentation: pkg.go.dev

# README

encoding

Copy From here

# Packages

No description provided by the author

# Functions

GetCodec gets a registered Codec by content-subtype, or nil if no Codec is registered for the content-subtype.
RegisterCodec registers the provided Codec for use with all Transport clients and servers.

# Interfaces

Codec defines the interface Transport uses to encode and decode messages.