Files
pangolin/server/routers
Blacks-Army 8e2f9ea5ef Add HTTP method matching to resource rules
Resolves #1408.

A rule with match "METHOD" carries a comma-separated list of HTTP
methods in its value, e.g. "POST,PUT", and applies when the request
method is in that list. This makes it possible to leave GET public
while sending POST and PUT to auth, which rules could not express
before because both share the same path.

No new columns: the methods live in the existing rule value, so this
needs no migration and every existing rule keeps working unchanged.

The UI offers the ten registered methods. Blueprints and the API
accept any method token, so extension methods such as the WebDAV verbs
can be targeted too, and the UI preserves them when a rule set that
way is edited later.
2026-09-19 20:00:01 +02:00
..
2026-07-20 11:43:09 -04:00
2026-08-12 13:21:56 -04:00
2026-08-11 22:25:26 +02:00
2026-06-23 12:22:47 -04:00
2026-09-15 10:25:06 -04:00
2026-02-11 10:06:56 -08:00
2026-07-06 14:44:30 -04:00
2026-08-24 11:42:35 -04:00
2026-06-29 15:22:35 -04:00
2026-07-07 15:04:41 -04:00
2026-09-14 16:48:08 -04:00
2026-04-16 20:58:18 -07:00
2026-07-01 21:43:51 -04:00
2026-08-17 12:00:12 -04:00
2026-09-15 15:02:37 -04:00
2026-09-04 09:06:58 -04:00
2026-09-14 16:48:08 -04:00
2026-08-19 17:25:32 -04:00