//
pkg.gl
Category
github.com/beyondstorage/go-storage/v4
pkg
httpclient
package
4.8.0
Repository:
https://github.com/beyondstorage/go-storage.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
4
Dependents
19
Files
141 SLOC
#
Functions
New
New will create new http client.
NewDialer
NewDialer will create a new dialer with preset default value: - dialer connect timeout will be 60s - underlying conn read timeout will be 30s - underlying conn write timeout will be 30s.
#
Variables
DefaultDialer
DefaultDialer is the default dialer provided by httpclient package.
#
Structs
Conn
Conn is a generic stream-oriented network connection.
Dialer
Dialer is the dialer the storage used for stream-oriented network connection.
Options
Options is the httpclient supported options.