minos.networks.decorators.definitions.http.abc
Classes
Http Enroute Decorator class. |
- class HttpEnrouteDecorator[source]
Bases:
EnrouteDecorator
Http Enroute Decorator class.
- property post_fn_name: str
Get the post execution function name.
- Returns
A string value containing the function name.
- property pre_fn_name: str
Get the pre execution function name.
- Returns
A string value containing the function name.
- KIND: Final[EnrouteDecoratorKind]