# Functions
SentinelMiddleware returns new gin.HandlerFunc Default resource name is {method}:{path}, such as "GET:/api/users/:id" Default block fallback is returning 429 code Define your own behavior by setting options.
WithBlockFallback sets the fallback handler when requests are blocked.
WithResourceExtractor sets the resource extractor of the web requests.
# Type aliases
No description provided by the author