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

Method MIMETypes

bind.go:21–21  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19type CustomBinder interface {
20 Name() string
21 MIMETypes() []string
22 Parse(c Ctx, out any) error
23}
24

Callers 1

BodyMethod · 0.65

Implementers 2

customBinderbind_test.go

Calls

no outgoing calls

Tested by

no test coverage detected