Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ContentTypeJSONMiddleware ¶ added in v0.8.0
Types ¶
type HttpMsg ¶ added in v0.8.0
var ErroHttpMsgMethodNotAllowed HttpMsg = HttpMsg{ Msg: "Erro Method Not Allowed", Code: http.StatusMethodNotAllowed, }
var ErroHttpMsgPageNotFound HttpMsg = HttpMsg{ Msg: "Erro Page Not Found", Code: http.StatusNotFound, }
func (*HttpMsg) Write ¶ added in v0.8.0
func (m *HttpMsg) Write(w http.ResponseWriter)
Click to show internal directories.
Click to hide internal directories.