Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/gofiber/fiber
/ TLSConfig
Method
TLSConfig
helpers.go:87–87 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
85
86
type
tlsConfigProvider
interface
{
87
TLSConfig() *tls.Config
88
}
89
90
type
configProvider
interface
{
Callers
2
getTLSConfig
Function · 0.65
Test_Proxy_Forward_WithTlsConfig_To_Http
Function · 0.65
Implementers
7
tlsConfigMethodListener
helpers_test.go
standardClientTransport
client/transport.go
hostClientTransport
client/transport.go
lbClientTransport
client/transport.go
blockingErrTransport
client/core_test.go
panicTransport
client/core_test.go
Client
client/client.go
Calls
no outgoing calls
Tested by
1
Test_Proxy_Forward_WithTlsConfig_To_Http
Function · 0.52