package
1.4.3
Repository: https://github.com/ameshkov/gocurl.git
Documentation: pkg.go.dev

# Functions

NewDirect creates a new instance of *Direct.

# Structs

Direct implements the Dialer interface and provides the base DialFunc implementation that resolves the target hostname and opens a connection to it.

# Interfaces

Dialer is a base interface for the structures responsible for connecting to hosts.

# Type aliases

DialFunc is a function that opens a net.Conn to the specified addr over the specified network.