http - The Go Programming Language
type ProtocolError type ProtocolError struct { ErrorString string} HTTP request parsing errors. func (*ProtocolError) Error func (err *ProtocolError) Error() string type Request type Request struct { // Method specifies the HTTP method (GET, POST, PUT, et...