It looks like matchit has no support for HTTP verbs. I understand that it advertise itself as a URL router, but in practice I think it is really used as an HTTP Request router. I understand that URLs are convenient because they're simply strings and therefore don't tie matchit to any HTTP library.
But in practice, this makes using matchit + astra kind of painful if one needs to implement any kind of routing that involves HTTP verbs (e.g. RESTful routing).
It looks like matchit has no support for HTTP verbs. I understand that it advertise itself as a URL router, but in practice I think it is really used as an HTTP Request router. I understand that URLs are convenient because they're simply strings and therefore don't tie matchit to any HTTP library.
But in practice, this makes using matchit + astra kind of painful if one needs to implement any kind of routing that involves HTTP verbs (e.g. RESTful routing).