const net/http.StatusRequestEntityTooLarge

2 uses

	net/http (current package)
		status.go#L49: 	StatusRequestEntityTooLarge        = 413 // RFC 7231, 6.5.11
		status.go#L118: 	StatusRequestEntityTooLarge:        "Request Entity Too Large",