proc addRoute*(self: Server, httpMethod, route: string, handler:  ???)
            discard
    
    
    Run

What type do I need to set to pass the procedure as a handler?

Reply via email to