RegexRoute
Object Hierarchy:
Description:
Route based on GLib.Regex.
The providen regular expression pattern will be extracted, scoped, anchored and optimized. This means you must not anchor the regex yourself with '^' and '$' characters and providing a pre-optimized GLib.Regex is useless.
Like for the rules, the regular expression starts matching after the scopes and the leading '/' character.
All known sub-classes:
Namespace: Valum
Package: valum-0.3
Content:
Properties:
Creation methods:
Methods:
Inherited Members:
All known members inherited from class Valum.Route
All known members inherited from class GLib.Object