View Source AntikytheraCore.Handler.CowboyRouting (antikythera v0.5.1)

Summary

Functions

Link to this function

compiled_routes(gear_names, initialized?)

View Source
@spec compiled_routes([Antikythera.GearName.t()], boolean()) ::
  :cowboy_router.dispatch_rules()
Link to this function

conflicts_with_default_domain?(custom_domain, env \\ :undefined)

View Source
@spec conflicts_with_default_domain?(
  Antikythera.Domain.t() | Antikythera.CowboyWildcardSubdomain.t(),
  Antikythera.Env.t()
) :: boolean()
Link to this function

default_domain(gear_name, env \\ :undefined)

View Source
Link to this function

update_routing(gear_names, initialized?)

View Source
@spec update_routing([Antikythera.GearName.t()], boolean()) :: :ok