Skip to main content

Path

Stentor API Reference


Stentor API Reference / stentor-models/src / Path

Type Alias: Path

Path = ExecutablePath | CompilablePath | RequestDependentPath | SlotDependentPath | StorageDependentPath | JSONDependentPath | SystemDependentPath

Defined in: packages/stentor-models/src/Path/Path.ts:107

A path determines where to redirect or forward an incoming request. They can either be predetermined (ExecutablePath) or determined at runtime (CompilablePath). Additionally, they can have rules associated with them to only apply them at certain situations.