Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for knownRoundTripperImpl (0.14 sec)

  1. src/net/http/client.go

    	}
    	return t.Before(d)
    }
    
    // knownRoundTripperImpl reports whether rt is a RoundTripper that's
    // maintained by the Go team and known to implement the latest
    // optional semantics (notably contexts). The Request is used
    // to check whether this particular request is using an alternate protocol,
    // in which case we need to check the RoundTripper for that protocol.
    func knownRoundTripperImpl(rt RoundTripper, req *Request) bool {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 26 06:06:11 UTC 2024
    - 33.7K bytes
    - Viewed (0)
Back to top