Documentation ¶
Index ¶
- func HandleConn(c net.Conn, in chan<- C.ConnContext, cache *cache.LruCache)
- func New(addr string, in chan<- C.ConnContext) (C.Listener, error)
- func NewWithAuthenticate(addr string, in chan<- C.ConnContext, authenticate bool) (C.Listener, error)
- func ReadRequest(b *bufio.Reader) (req *http.Request, err error)
- type Listener
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HandleConn ¶
func NewWithAuthenticate ¶
Types ¶
type Listener ¶
type Listener struct {
// contains filtered or unexported fields
}
func (*Listener) RawAddress ¶
RawAddress implements C.Listener
Click to show internal directories.
Click to hide internal directories.