Current section
Files
Jump to
Current section
Files
src/oaspec_httpc.app.src
{application, oaspec_httpc, [
{vsn, "0.1.0"},
{applications, [gleam_http,
gleam_httpc,
gleam_stdlib,
oaspec]},
{description, "BEAM HTTP adapter for oaspec generated clients (gleam_httpc-backed)."},
{modules, [oaspec@httpc,
oaspec_httpc@@main]},
{registered, []}
]}.