package
0.0.0-20230623171840-436d2007a9fd
Repository: https://github.com/dropbox/godropbox.git
Documentation: pkg.go.dev
# Packages
http2 is a collection of functions meant to supplement the capabilities provided by the standard "net/http" package.
# Functions
This returns the list of local ip addresses which other hosts can connect to (NOTE: Loopback ip is ignored).
Returns the port information.
Given a host string, return true if the host is an ip (v4/v6) localhost.
No description provided by the author
No description provided by the author
Like os.Hostname but caches first successful result, making it cheap to call it over and over.
Resolves `MyHostname()` to an Ip4 address.
Resolves `MyHostname()` to an Ip6 address.
This creates a managed connection wrapper.
This returns a connection pool that manages multiple (network, address) entries.
This returns a connection pool where all connections are connected to the same (network, address).
Resolves hostnames in addresses to actual IP4 addresses.
# Interfaces
A generic interface for managed connection pool.
A connection managed by a connection pool.