Package http400 provides tools for creating HTTP 400 responses, for the Go programming language.
Online documentation, which includes examples, can be found at: http://godoc.org/github.com/reiver/go-http400
To import package http400 use import code like the following:
import "github.com/reiver/go-http400"
To install package http400 do the following:
GOPROXY=direct go get github.com/reiver/go-http400
Package http400 was written by Charles Iliya Krempeaux