package
2.21.1-hedera-beta.0
Repository: https://github.com/smartcontractkit/chainlink.git
Documentation: pkg.go.dev

# Packages

# Functions

NewHTTPClient creates a new NewHTTPClient As of now, the client does not support TLS configuration but may be extended in the future.

# Constants

# Variables

# Structs

# Interfaces

The handshake works as follows: Client (Initiator) Server (Acceptor) NewAuthHeader() -------auth header--------> StartHandshake() <-------challenge---------- ChallengeResponse() ---------response---------> FinalizeHandshake().
HTTPClient interfaces defines a method to send HTTP requests.
WSConnectionWrapper is a websocket connection abstraction that supports re-connects.