# Functions
Resolve returns all the method funcs necessary information and actions to perform the request.
# Structs
FuncInfo is part of the `TController`, it contains the index for a specific http method, taken from user's controller struct.
MethodFunc the handler function.