# Functions
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Any adds a route > handler to the router for all HTTP methods.
Binder returns the binder instance.
Clear middleware.
No description provided by the author
Connect adds a CONNECT route > handler to the router.
Debug returns debug mode (enabled or disabled).
No description provided by the author
DefaultHTTPErrorHandler invokes the default HTTP error handler.
Delete adds a DELETE route > handler to the router.
No description provided by the author
Get adds a GET route > handler to the router.
GetRouteByName get route by name.
GetRoutePathByName get route path by name.
Group creates a new sub-router with prefix.
Head adds a HEAD route > handler to the router.
No description provided by the author
HTTPErrorHandler returns the HTTPErrorHandler.
No description provided by the author
Logger returns the logger instance.
MakeHandler make validateable hanlder.
Match adds a route > handler to the router for multiple HTTP methods provided.
No description provided by the author
MetaHandler Add meta information about endpoint.
MetaHandlerWithRequest Add meta information about endpoint.
No description provided by the author
NamedRoutes returns the registered handler name.
No description provided by the author
No description provided by the author
No description provided by the author
Options adds an OPTIONS route > handler to the router.
No description provided by the author
Patch adds a PATCH route > handler to the router.
Post adds a POST route > handler to the router.
Pre is alias.
No description provided by the author
Put adds a PUT route > handler to the router.
No description provided by the author
RebuildRouter rebuild router.
No description provided by the author
No description provided by the author
No description provided by the author
RenderDataWrapper .
Renderer returns the renderer instance.
No description provided by the author
No description provided by the author
No description provided by the author
Router returns router.
Routes returns the registered routes.
Run starts the HTTP engine.
No description provided by the author
No description provided by the author
SetBinder registers a custom binder.
SetDebug enable/disable debug mode.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
SetHTTPErrorHandler registers a custom Echo.HTTPErrorHandler.
SetLogger sets the logger instance.
No description provided by the author
No description provided by the author
No description provided by the author
SetRenderDataWrapper .
SetRenderer registers an HTML template renderer.
No description provided by the author
No description provided by the author
No description provided by the author
Stop stops the HTTP server.
Trace adds a TRACE route > handler to the router.
No description provided by the author
URI generates a URI from handler.
URL is an alias for `URI` function.
Use adds handler to the middleware chain.
# Variables
No description provided by the author