# Functions
MaxBytesReader is similar to io.LimitReader but is intended for limiting the size of incoming request bodies.
NewRequest returns a new Request given a method, URL, and optional body.
ParseHTTPVersion parses a HTTP version string.
ReadRequest reads and parses a request from b.
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
ErrMissingFile is returned by FormFile when the provided file field name is either not present in the request or not a file field.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
HTTP request parsing errors.
A Request represents an HTTP request received by a server or to be sent by a client.