Documentation
¶
Overview ¶
Package fshttp contains the common http parts of the config, Transport and Client
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewClient ¶
func NewClient(ci *fs.ConfigInfo) *http.Client
NewClient returns an http.Client with the correct timeouts
func NewDialer ¶
func NewDialer(ci *fs.ConfigInfo) *net.Dialer
NewDialer creates a net.Dialer structure with Timeout, Keepalive and LocalAddr set from rclone flags.
func NewTransport ¶
func NewTransport(ci *fs.ConfigInfo) http.RoundTripper
NewTransport returns an http.RoundTripper with the correct timeouts
func StartHTTPTokenBucket ¶
func StartHTTPTokenBucket()
StartHTTPTokenBucket starts the token bucket if necessary
Types ¶
Click to show internal directories.
Click to hide internal directories.