Home | History | Annotate | Download | only in http

Lines Matching refs:Client

5 // HTTP client implementation. See RFC 2616.
8 // The high-level interface is in client.go.
68 // For high-level functionality, such as cookies and redirects, see Client.
118 // tls.Client.
317 // For higher-level HTTP client support (such as handling of cookies
318 // and redirects), see Get, Post, and the Client type.
451 // timeout, just as the client was writing a request.
622 // where the server closed the connection at the same time the client
1070 tlsConn := tls.Client(plainConn, cfg)
1502 // BEFORE the send on rc.ch, as the client might re-use the
1768 // whether the Transport (as opposed to the user client code)
2126 // client or server.