We should be able to add sub routes programmaticaly. ```js var api = manner({ post() {} }) api.use('/super', manner({ get: () => {} }) ```