type net/http.ClientConn
17 uses
net/http (current package)
clientconn.go#L21: type ClientConn struct {
clientconn.go#L25: userStateHook func(*ClientConn)
clientconn.go#L113: func (t *Transport) NewClientConn(ctx context.Context, scheme, address string) (*ClientConn, error) {
clientconn.go#L169: cc := &ClientConn{}
clientconn.go#L202: func (cc *ClientConn) Close() error {
clientconn.go#L210: func (cc *ClientConn) Err() error {
clientconn.go#L246: func (cc *ClientConn) RoundTrip(req *Request) (*Response, error) {
clientconn.go#L258: func (cc *ClientConn) Available() int {
clientconn.go#L265: func (cc *ClientConn) InFlight() int {
clientconn.go#L282: func (cc *ClientConn) Reserve() error {
clientconn.go#L289: func (cc *ClientConn) Release() {
clientconn.go#L296: func (cc *ClientConn) shouldRunStateHook(stopRunning bool) func(*ClientConn) {
clientconn.go#L316: var hook func(*ClientConn)
clientconn.go#L327: func (cc *ClientConn) maybeRunStateHook() {
clientconn.go#L366: func (cc *ClientConn) SetStateHook(f func(*ClientConn)) {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |