HttpRoute Class
Http Routes, including paths to match on and whether or not rewrites are to be done.
Constructor
HttpRoute(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
match
|
Conditions route will match on. |
|
action
|
Once route is matched, what is the desired action. |
Attributes
action
Once route is matched, what is the desired action.
action: _models.HttpRouteAction | None
match
Conditions route will match on.
match: _models.HttpRouteMatch | None