Documentation
¶
Index ¶
Constants ¶
View Source
const ( AuthNone byte = iota AuthUnknown AuthBasic AuthDigest )
View Source
const EndLine = "\r\n"
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Request ¶
type Request struct {
Method string
URL *url.URL
Proto string
Header textproto.MIMEHeader
Body []byte
}
Request like http.Request, but with any proto
Click to show internal directories.
Click to hide internal directories.