proc addRoute*(self: Server, httpMethod, route: string, handler: ???)
discard
RunWhat type do I need to set to pass the procedure as a handler?
proc addRoute*(self: Server, httpMethod, route: string, handler: ???)
discard
RunWhat type do I need to set to pass the procedure as a handler?