Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type HttpMsg ¶
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 ¶
func (m *HttpMsg) Write(w http.ResponseWriter)
Click to show internal directories.
Click to hide internal directories.