MCPcopy Create free account
hub / github.com/devfeel/dotweb / SetNotFoundHandle

Method SetNotFoundHandle

group.go:31–31  ·  view source on GitHub ↗

SetNotFoundHandle sets a custom 404 handler for this group.

(handler StandardHandle)

Source from the content-addressed store, hash-verified

29 RegisterRoute(method, path string, h HttpHandle) RouterNode
30 // SetNotFoundHandle sets a custom 404 handler for this group.
31 SetNotFoundHandle(handler StandardHandle) Group
32}
33
34// xGroup is the implementation of Group interface.

Callers 6

mainFunction · 0.65
mainFunction · 0.65

Implementers 1

xGroupgroup.go

Calls

no outgoing calls