Versions in this module Expand all Collapse all v0 v0.31.0 Apr 22, 2026 Changes in this version + func NewHTTPClient(tlsNoVerify bool) *http.Client + func NormalizeEndpoint(endpoint string) (*url.URL, error) + func ReadBytesFromFile(filePath string, maxBytes int64) ([]byte, error) + func ValidatePublicKeyPEM(pemBytes []byte, expected policy.Algorithm) error + type IdentifierStringType int + const StringTypeGeneric + const StringTypeURI + const StringTypeUUID + const StringTypeUnknown + func ClassifyString(input string) IdentifierStringType + func (it IdentifierStringType) String() string