antikythera v0.3.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 Sourcecompiled_routes([Antikythera.GearName.t()], boolean()) :: :cowboy_router.dispatch_rules()
Link to this function
default_domain(gear_name, env \\ :undefined)
View Sourcedefault_domain( Antikythera.GearName.t() | Antikythera.GearNameStr.t(), Antikythera.Env.t() ) :: Antikythera.Domain.t()
Link to this function
update_routing(gear_names, initialized?)
View Sourceupdate_routing([Antikythera.GearName.t()], boolean()) :: :ok