Versions in this module Expand all Collapse all v1 v1.6.3 Jul 1, 2021 Changes in this version + var Default = &Transport + type DialError struct + Response *http.Response + type Transport struct + CheckOrigin func(r *http.Request) bool + HandshakeTimeout time.Duration + NetDial func(network, addr string) (net.Conn, error) + Proxy func(*http.Request) (*url.URL, error) + ReadBufferSize int + Subprotocols []string + TLSClientConfig *tls.Config + WriteBufferSize int + func (t *Transport) Accept(w http.ResponseWriter, r *http.Request) (transport.Conn, error) + func (t *Transport) Dial(u *url.URL, requestHeader http.Header) (transport.Conn, error) + func (t *Transport) Name() string