# Functions
LoadKeyCrt creates and returns a TLS configuration object with given certificate and key files.
New creates and returns a new HTTP client object.
NewWebSocket creates and returns a new WebSocketClient object.
# Structs
Client is the HTTP client for HTTP request management.
Response is the struct for client request response.
WebSocketClient wraps the underlying websocket client connection and provides convenient functions.
# Type aliases
HandlerFunc middleware handler func.