I understand most libraries use: /users/:id but Swagger, the no1 lib for defining API contracts and mocking, uses: /users/{id} I need to parse the Swagger-style syntax. This is a request for that support to be added. Thanks