# Functions
BootStrap creates the actual controllers from the controllers registry.
# Variables
Registry is the central collection of all the application controllers.
# Structs
A Controller is a server function that is called through an http route.
A Group is used to group routes with common prefix, in order to apply it specific middlewares.
A Route is the combination of a URI (Path) and an HTTP Method.