type net/http/httputil.ClientConn

10 uses

	net/http/httputil (current package)
		persist.go#L230: type ClientConn struct {
		persist.go#L248: func NewClientConn(c net.Conn, r *bufio.Reader) *ClientConn {
		persist.go#L252: 	return &ClientConn{
		persist.go#L265: func NewProxyClientConn(c net.Conn, r *bufio.Reader) *ClientConn {
		persist.go#L275: func (cc *ClientConn) Hijack() (c net.Conn, r *bufio.Reader) {
		persist.go#L286: func (cc *ClientConn) Close() error {
		persist.go#L299: func (cc *ClientConn) Write(req *http.Request) error {
		persist.go#L353: func (cc *ClientConn) Pending() int {
		persist.go#L363: func (cc *ClientConn) Read(req *http.Request) (resp *http.Response, err error) {
		persist.go#L425: func (cc *ClientConn) Do(req *http.Request) (*http.Response, error) {