# URLittler The world needed another link shortener. * GET / - presents a simple webform for short link creation * POST / { url } - create new short link for url * GET /:link - visit short link * GET /:link/info - data about link * DELETE /:link { token } - expires short link * PUT /:link { token, [url] } - update short link url, or create with admin access * GET /admin/report - data about all links * GET /static/:asset - serve asset