Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/nats-io/nats.go
/ Add
Method
Add
test/headers_test.go:251–251 ·
view source on GitHub ↗
(key, value string)
Source
from the content-addressed store, hash-verified
249
// Validate that can be used interchangeably with http.Header
250
type
HeaderInterface
interface
{
251
Add(key, value string)
252
Del(key string)
253
Get(key string) string
254
Set(key, value string)
Callers
15
TestWSReader
Function · 0.65
TestWSHeaders_StaticAppliedOnHandshake
Function · 0.65
TestWSHeaders_HandlerAppliedOnHandshake
Function · 0.65
wsInitHandshake
Method · 0.65
wsUpdateConnectionHeaders
Method · 0.65
PurgeDeletes
Method · 0.65
TestExpiredAuthentication
Function · 0.65
TestNoPanicOnSrvPoolSizeChanging
Function · 0.65
TestHeaderMultiLine
Function · 0.65
TestLameDuckMode
Function · 0.65
Read
Method · 0.65
processConnectInit
Method · 0.65
Calls
no outgoing calls
Tested by
15
TestWSReader
Function · 0.52
TestWSHeaders_StaticAppliedOnHandshake
Function · 0.52
TestWSHeaders_HandlerAppliedOnHandshake
Function · 0.52
TestExpiredAuthentication
Function · 0.52
TestNoPanicOnSrvPoolSizeChanging
Function · 0.52
TestHeaderMultiLine
Function · 0.52
TestLameDuckMode
Function · 0.52
ExampleSubOpt
Function · 0.52
TestCallbacksOrder
Function · 0.52
TestCustomFlusherTimeout
Function · 0.52
TestReceiveInfoRightAfterFirstPong
Function · 0.52
TestReceiveInfoWithEmptyConnectURLs
Function · 0.52