Versions in this module Expand all Collapse all v0 v0.1.1 Dec 30, 2022 v0.1.0 Dec 29, 2022 Changes in this version + func DecodeLatin1(reader io.Reader) (str string, err error) + func EncodeLatin1(str string) ([]byte, error) + func NewErrorResponse(req *http.Request, err error) (resp *http.Response) + func NewResponse(code int, body io.Reader, req *http.Request) (resp *http.Response) + func ReadDecompressedBody(res *http.Response) (b []byte, err error) + type Header struct + Cookie string + UserAgent string + func ParseConfig(configPath string) (*Header, error) + type NoopConn struct + func (NoopConn) Close() error + func (NoopConn) LocalAddr() net.Addr + func (NoopConn) Read(b []byte) (int, error) + func (NoopConn) RemoteAddr() net.Addr + func (NoopConn) SetDeadline(time.Time) error + func (NoopConn) SetReadDeadline(time.Time) error + func (NoopConn) SetWriteDeadline(time.Time) error + func (NoopConn) Write(b []byte) (int, error)