package
0.0.0-20241223090118-035fcd7fed56
Repository: https://github.com/ibiscum/hands-on-software-engineering-with-golang.git
Documentation: pkg.go.dev

# 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.