# Functions

NewHttpClientBuilder creates a new instance of HttpClientBuilder.
No description provided by the author

# Constants

No description provided by the author

# Structs

BasicAuthentication represents the authentication credentials using a username and password.
CertificateAuthority represents the certificate authority information.
ClientCertificateAuthentication represents the authentication credentials using a client certificate.
HttpClient represents an HTTP client for making HTTP requests.
HttpClientBuilder represents a builder for creating an HttpClient instance.
HttpClientConfig represents the configuration options for the HttpClient.
NtlmAuthentication represents the NTLM authentication credentials using a username, password, and domain.
OAuth2Authentication represents the OAuth2 authentication credentials using a client ID, client secret, scopes, and token URL.
QueryParam represents a query parameter used in HTTP requests.
RequestConfig represents a configuration for an HTTP request.
TokenAuthentication represents the authentication credentials using a bearer token.