package
6.0.0-beta.10+incompatible
Repository: https://github.com/nuts-foundation/nuts-node.git
Documentation: pkg.go.dev
# Functions
NewCachingTransport creates a new CachingHTTPTransport with the given underlying transport and cache size.
NewWithCache creates a new HTTP client with the given timeout.
NewWithTLSConfig creates a new HTTP client with the given timeout and TLS configuration.
# Variables
DefaultCachingTransport is a http.RoundTripper that can be used as a default transport for HTTP clients.
StrictMode is a flag that can be set to true to enable strict mode for the HTTP client.
# Structs
CachingRoundTripper is a simple HTTP client cache for HTTP responses.
No description provided by the author