Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ENOCONN = errors.New("no connection can be used") ENOBUF = errors.New("no buffer can be used") )
Functions ¶
This section is empty.
Types ¶
type HTTPConn ¶
type HTTPConn struct {
Method string
Host string
Path string
// contains filtered or unexported fields
}
func (*HTTPConn) GetTeeReader ¶
func (this *HTTPConn) GetTeeReader(w io.WriteCloser) io.ReadWriteCloser
Click to show internal directories.
Click to hide internal directories.