0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-14 12:20:24 +00:00

chore: Export private function cowboy_router:match/3

This commit is contained in:
Moritz Ploss 2022-06-29 10:10:08 +02:00
parent 2a08250499
commit 1114bb9f82

View file

@ -27,6 +27,7 @@
-export([compile/1]). -export([compile/1]).
-export([execute/2]). -export([execute/2]).
-export([match/3]).
-type bindings() :: #{atom() => any()}. -type bindings() :: #{atom() => any()}.
-type tokens() :: [binary()]. -type tokens() :: [binary()].