Versions in this module Expand all Collapse all v0 v0.9.0 Mar 31, 2016 Changes in this version + const ContentTypeEventStream + const ContentTypeHTML + const ContentTypeJSON + const ContentTypePlainText + const ContentTypeXML + func Bind(r io.Reader, v interface{}) error + func HTML(w http.ResponseWriter, status int, v string) + func JSON(w http.ResponseWriter, status int, v interface{}) + func Noop(w http.ResponseWriter) + func ParseContentType(next chi.Handler) chi.Handler + func Respond(w http.ResponseWriter, status int, v interface{}) + func String(w http.ResponseWriter, status int, v string) + func XML(w http.ResponseWriter, status int, v interface{}) + type ContentType int Other modules containing this package gopkg.in/go-chi/chi.v1 gopkg.in/go-chi/chi.v2 gopkg.in/go-chi/chi.v3