Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/gofiber/fiber
/ Add
Method
Add
client/request.go:25–25 ·
view source on GitHub ↗
(name, obj string)
Source
from the content-addressed store, hash-verified
23
// WithStruct is implemented by types that allow data to be stored from a struct via reflection.
24
type
WithStruct
interface
{
25
Add(name, obj string)
26
Del(name string)
27
}
28
Callers
15
TestStandardClientTransportCoverage
Function · 0.65
Test_Response_Header
Function · 0.65
Test_Response_Headers
Function · 0.65
Benchmark_Headers
Function · 0.65
Test_Client_HostClient_Behavior
Function · 0.65
Test_Client_LBClient_Behavior
Function · 0.65
Test_Client_CookieJar_Response
Function · 0.65
Test_Replace_ConcurrentAccess
Function · 0.65
AddHeader
Method · 0.65
AddParam
Method · 0.65
AddFormData
Method · 0.65
AddHeaders
Method · 0.65
Calls
no outgoing calls
Tested by
11
TestStandardClientTransportCoverage
Function · 0.52
Test_Response_Header
Function · 0.52
Test_Response_Headers
Function · 0.52
Benchmark_Headers
Function · 0.52
Test_Client_HostClient_Behavior
Function · 0.52
Test_Client_LBClient_Behavior
Function · 0.52
Test_Client_CookieJar_Response
Function · 0.52
Test_Replace_ConcurrentAccess
Function · 0.52
Test_QueryParam_Keys
Function · 0.52
Test_CookieJarGetExpired
Function · 0.52
Test_CookieJarHostCapacityPrefersExpiredEntries
Function · 0.52