MCPcopy
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.
24type WithStruct interface {
25 Add(name, obj string)
26 Del(name string)
27}
28

Callers 15

Test_Response_HeaderFunction · 0.65
Test_Response_HeadersFunction · 0.65
Benchmark_HeadersFunction · 0.65
AddHeaderMethod · 0.65
AddParamMethod · 0.65
AddFormDataMethod · 0.65
AddHeadersMethod · 0.65

Calls

no outgoing calls