Versions in this module Expand all Collapse all v1 v1.0.0 Aug 14, 2020 Changes in this version + var Methods = [...][]byte + func ParseStartLine(line string) (r1, r2, r3 string, ok bool) + func WriteHeaders(buf *bytes.Buffer, header textproto.MIMEHeader) + func WriteStartLine(buf *bytes.Buffer, s1, s2, s3 string) + type Request struct + Auth string + Method string + Proto string + Target string + Uri string + func ParseRequest(r *bufio.Reader) (*Request, error) + func (r *Request) Marshal() []byte + func (r *Request) MarshalAbs() []byte