# Functions
WithPinnedCertVerification returns a TLS dialer function which checks that the remote server provides a certificate whose SHA256 fingerprint matches the provided value.
# Type aliases
TLSDialer is a function for creating TLS connections for non-proxied requests that can be assigned to a http.Transport's DialTLS field.