* ReadRESTReq is a simple convenience wrapper that reads the body and unmarshals to the req interface. Usage: type SomeReq struct { BaseReq `json:"base_req"` CustomField string `json:"custom_field"` } req := new(SomeReq) err := ReadRESTReq(w, r, cdc, req) */
(w http.ResponseWriter, r *http.Request, cdc *codec.Codec, req interface{})
source not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected