type net/http/httputil.ServerConn
8 uses
net/http/httputil (current package)
persist.go#L37: type ServerConn struct {
persist.go#L54: func NewServerConn(c net.Conn, r *bufio.Reader) *ServerConn {
persist.go#L58: return &ServerConn{c: c, r: r, pipereq: make(map[*http.Request]uint)}
persist.go#L65: func (sc *ServerConn) Hijack() (net.Conn, *bufio.Reader) {
persist.go#L76: func (sc *ServerConn) Close() error {
persist.go#L88: func (sc *ServerConn) Read() (*http.Request, error) {
persist.go#L166: func (sc *ServerConn) Pending() int {
persist.go#L175: func (sc *ServerConn) Write(req *http.Request, resp *http.Response) error {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)