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

Method method

helpers.go:934–936  ·  view source on GitHub ↗
(methodInt int)

Source from the content-addressed store, hash-verified

932}
933
934func (app *App) method(methodInt int) string {
935 return app.config.RequestMethods[methodInt]
936}
937
938// IsMethodSafe reports whether the HTTP method is considered safe.
939// See https://datatracker.ietf.org/doc/html/rfc9110#section-9.2.1

Callers 2

MethodMethod · 0.80
RouteMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected