LLMProxy.HTTP.RouteSpec (llm_proxy v0.1.0)

Copy Markdown View Source

Route table shared by standalone Plug routing and Phoenix router embedding macros.

Summary

Types

route()

@type route() :: {String.t(), module()}

Functions

core_routes()

@spec core_routes() :: [route()]

routes(opts \\ [])

@spec routes(keyword()) :: [route()]

setup_routes()

@spec setup_routes() :: [route()]