# Functions
See the addition of a new argument here.
We can register Dependency providers in the server These providers will be available for all route handlers and are great for testing purposes In this case, instead of using a global validate, we use one provided by this function it could just return a global one, without a problem, but by using injection, we ensure the handler has everything it needs.
# Structs
No description provided by the author