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