antikythera

v0.1.0

  • Pages
  • Modules
  • Mix Tasks

    antikythera v0.1.0 AntikytheraCore.Handler.CowboyRouting View Source

    Link to this section Summary

    Functions

    compiled_routes(gear_names, initialized?)
    default_domain(gear_name, env \\ :undefined)
    update_routing(gear_names, initialized?)

    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

    Built using ExDoc (v0.18.3), designed by Friedel Ziegelmayer for the Elixir programming language.