# Packages
No description provided by the author
# Functions
CleanPath is the URL version of path.Clean, it returns a canonical URL path for p, eliminating .
Dir returns a http.FileSystem that can be used by http.FileServer().
HTTPHandler converts http.Handler to bunrouter.HandlerFunc.
HTTPHandlerFunc converts http.HandlerFunc to bunrouter.HandlerFunc.
JSON marshals the value as JSON and writes it to the response writer.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Use is an alias for WithMiddleware.
Version is the current release version.
WithGroup calls the fn with the current Group.
WithHandler is like WithMiddleware, but the handler can't modify the request.
MethodNotAllowedHandler is called when a route matches, but that route does not have a handler for the requested method.
WithMiddleware adds a middleware handler to the Group's middleware stack.
WithNotFoundHandler is called when there is no a matching pattern.
No description provided by the author
# Structs
CompatGroup is like Group, but it works with http.HandlerFunc instead of bunrouter handler.
No description provided by the author
Group is a group of routes and middlewares.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
VerboseGroup is like Group, but it works with VerboseHandlerFunc instead of bunrouter handler.
No description provided by the author
# Interfaces
No description provided by the author
No description provided by the author
No description provided by the author
# Type aliases
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author