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.
69 // For high-level functionality, such as cookies and redirects, see Client.
133 // tls.Client.
348 // For higher-level HTTP client support (such as handling of cookies
349 // and redirects), see Get, Post, and the Client type.
495 // timeout, just as the client was writing a request.
663 // in flight with already-written POST body bytes from the client.
671 // where the server closed the connection at the same time the client
1056 tlsConn := tls.Client(plainConn, cfg)
1897 // whether the Transport (as opposed to the user client code)
2278 // client or server.