Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNetClosing = errors.New("use of closed network connection")
Functions ¶
func Register ¶ added in v0.4.0
func Register(scheme string, fun SchemeFunc)
Types ¶
type AnyProxy ¶
type AnyProxy struct {
// contains filtered or unexported fields
}
func NewAnyProxy ¶
func (*AnyProxy) ListenAndServe ¶
type BytesPool ¶ added in v0.2.0
BytesPool is an interface for getting and returning temporary bytes for use by io.CopyBuffer.
type Host ¶ added in v0.3.0
type Host struct {
// contains filtered or unexported fields
}
func (*Host) ListenAndServe ¶ added in v0.3.0
type ListenConfig ¶ added in v0.6.0
type SchemeFunc ¶ added in v0.4.0
type ServeConn ¶ added in v0.4.0
func NewHttpServeConn ¶ added in v0.4.1
Click to show internal directories.
Click to hide internal directories.