type unixTransport … func NewTransport(info TLSInfo, dialtimeoutd time.Duration) (*http.Transport, error) { … } func (urt *unixTransport) RoundTrip(req *http.Request) (*http.Response, error) { … }
type unixTransport … func NewTransport(info TLSInfo, dialtimeoutd time.Duration) (*http.Transport, error) { … } func (urt *unixTransport) RoundTrip(req *http.Request) (*http.Response, error) { … }