package
3.0.0+incompatible
Repository: https://github.com/bountysecurity/gbounty.git
Documentation: pkg.go.dev

# Functions

New is a constructor function that creates a new instance of the Client type with the given options [Opt].
NewPool is a constructor function that creates a new collection of [Pooled] clients, on top of a new Client with the given [Opt].
No description provided by the author
WithProxyAddr is an option that sets the proxy address.
WithProxyAuth is an option that sets the proxy authentication.

# Variables

ErrInvalidGZIP is returned when there is an error while reading a gzipped response body.
ErrInvalidHeader is returned when there is an error while parsing the header line.
ErrInvalidProtocol is returned when there is an error while parsing the protocol.
ErrInvalidStatusCode is returned when there is an error while parsing the status code.
ErrInvalidStatusLine is returned when there is an error while parsing the status line.

# Structs

Client is a custom implementation of an HTTP client that can be used to perform HTTP requests.
No description provided by the author

# Type aliases

NetError represents a network error.
Opt is a functional option for the Client.