Versions in this module Expand all Collapse all v0 v0.0.1 Apr 22, 2020 Changes in this version + const Accept + type Decoder interface + Decode func(v interface{}) error + func NewDecoder(r *http.Request) Decoder + func NewJSONDecoder(r io.Reader) Decoder + type Encoder interface + Encode func(v interface{}) error + func NewEncoder(w http.ResponseWriter) Encoder + func NewJSONEncoder(w io.Writer) Encoder