MCPcopy
hub / github.com/gofiber/fiber / Bind

Method Bind

ctx_interface_gen.go:204–204  ·  view source on GitHub ↗

Bind You can bind body, cookie, headers etc. into the map, map slice, struct easily by using Binding method. It gives custom binding support, detailed binding options and more. Replacement of: BodyParser, ParamsParser, GetReqHeaders, GetRespHeaders, AllParams, QueryParser, ReqHeaderParser

()

Source from the content-addressed store, hash-verified

202 // It gives custom binding support, detailed binding options and more.
203 // Replacement of: BodyParser, ParamsParser, GetReqHeaders, GetRespHeaders, AllParams, QueryParser, ReqHeaderParser
204 Bind() *Bind
205 // Methods to use with next stack.
206 getMethodInt() int
207 getIndexRoute() int

Callers 15

WithInputMethod · 0.65
HeaderMethod · 0.65
RespHeaderMethod · 0.65
CookieMethod · 0.65
QueryMethod · 0.65
JSONMethod · 0.65
CBORMethod · 0.65
XMLMethod · 0.65
FormMethod · 0.65
URIMethod · 0.65
MsgPackMethod · 0.65
Test_returnErrFunction · 0.65

Calls

no outgoing calls

Tested by 15

Test_returnErrFunction · 0.52
Test_BindError_SourcesFunction · 0.52
Test_BindError_AllFunction · 0.52
Test_Bind_QueryFunction · 0.52
Test_Bind_Query_MapFunction · 0.52
Test_Bind_Query_SchemaFunction · 0.52
Test_Bind_HeaderFunction · 0.52