Routers are responsible for matching requests to the request handler chain and returning the matched handlers.
They are the internal manager of request handlers and middleware.
Registers a handler for a domain name
Returns the handler chain for a given domain name
Registers a middleware function
Routers are responsible for matching requests to the request handler chain and returning the matched handlers.
They are the internal manager of request handlers and middleware.