Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
vm-001 committed Jan 30, 2024
1 parent 9d1d408 commit 2bfdfe7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ The router can be run in different runtimes such as Lua, LuaJIT, or OpenResty.

**Custom matcher:** The router has two efficient matchers built in, MethodMatcher(`method`) and HostMatcher(`host`). They can be disabled via `opts.matcher_names`. You can also add your custom matchers via `opts.matchers`. For example, an IpMatcher to evaluate whether the `ctx.ip` is matched with the `ips` of a route.

**Regular Expression:**

**Features in the roadmap**:

- Expression condition: defines custom matching conditions by using expression language.
- Regex in variable


## 📖 Getting started

Expand Down
Empty file.

0 comments on commit 2bfdfe7

Please sign in to comment.