antikythera v0.2.0 AntikytheraCore.Handler.CowboyRouting View Source
Link to this section Summary
Link to this section Functions
Link to this function
compiled_routes(gear_names, initialized?)
View Source
compiled_routes([Antikythera.GearName.t()], boolean()) :: :cowboy_router.dispatch_rules()
Link to this function
default_domain(gear_name, env \\ :undefined)
View Source
default_domain(Antikythera.GearName.t() | Antikythera.GearNameStr.t(), Antikythera.Env.t()) :: Antikythera.Domain.t()
Link to this function
update_routing(gear_names, initialized?)
View Source
update_routing([Antikythera.GearName.t()], boolean()) :: :ok