MCPcopy Index your code
hub / github.com/opencloud-eu/opencloud / WithHTTPClient

Function WithHTTPClient

pkg/oidc/options.go:78–82  ·  view source on GitHub ↗

WithHTTPClient provides a function to set the httpClient option.

(val *http.Client)

Source from the content-addressed store, hash-verified

76
77// WithHTTPClient provides a function to set the httpClient option.
78func WithHTTPClient(val *http.Client) Option {
79 return func(o *Options) {
80 o.HTTPClient = val
81 }
82}
83
84// WithJWKSOptions provides a function to set the jwksOptions option.
85func WithJWKSOptions(val config.JWKS) Option {

Callers 2

ServerFunction · 0.92
loadMiddlewaresFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected