Skip to content

Commit

Permalink
docs: update
Browse files Browse the repository at this point in the history
  • Loading branch information
vm-001 committed Dec 22, 2023
1 parent fbddad2 commit 8f23566
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/resty/route.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
--- Route
--- Route a route defines the matching conditions of its handler.
--
-- conditions:
-- route.paths
-- route.methods
--
-- - priority:
-- - handler:

local utils = require "router-tree.utils"
local bit = utils.is_luajit and require "bit"
Expand Down

0 comments on commit 8f23566

Please sign in to comment.