Vasiliy Tolstov 750283cefd api/router: avoid unneeded loops and fix path match (#1594)
* api/router: avoid unneeded loops and fix path match

* if match found in google api path syntax, not try pcre loop
* if path is not ending via $ sign, append it to pcre to avoid matching other strings like
  /api/account/register can be matched to /api/account
* api: add tests and validations

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
2021-01-10 14:28:08 +03:00
Description
No description provided
111 KiB
v3.2.2 Latest
2021-01-29 15:46:17 +03:00
Languages
Go 100%