package
0.12.5
Repository: https://github.com/go-aah/aah.git
Documentation: pkg.go.dev

# Functions

IsDefaultAction method is to identify given action name is defined by aah framework in absence of user configured route action name.
New method returns the Router instance.
NewWithApp method creates router instance with aah application instance.

# Constants

SlashString const for comparison use.

# Variables

CORS errors.
CORS errors.
CORS errors.
CORS errors.
ErrNoDomainRoutesConfigFound returned when routes config file not found or doesn't have `domains { ..
ErrRouteConstraintFailed returned when request route constraints failed.
HTTPMethodActionMap is default Controller Action name for corresponding HTTP Method.

# Structs

CORS struct holds Cross-Origin Resource Sharing (CORS) configuration values and verification methods for the route.
Domain is used to hold domain related routes and it's route configuration.
Route holds the single route details.
Router is used to register all application routes and finds the appropriate route information for incoming request path.