minos.networks.decorators.definitions.http.abc

Classes

HttpEnrouteDecorator

Http Enroute Decorator class.

class HttpEnrouteDecorator[source]

Bases: EnrouteDecorator

Http Enroute Decorator class.

__init__(path=None, method=None, url=None, **kwargs)[source]
Parameters
property url: str

Get the url.

Returns

A str value.

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]