Current section
Files
Jump to
Current section
Files
src/dream_http_client.app.src
{application, dream_http_client, [
{vsn, "4.0.0"},
{applications, [gleam_crypto,
gleam_erlang,
gleam_http,
gleam_json,
gleam_otp,
gleam_stdlib,
gleam_yielder,
simplifile]},
{description, "Type-safe HTTP client for Gleam with streaming support"},
{modules, [dream_http_client@@main,
dream_http_client@client,
dream_http_client@internal,
dream_http_client@matching,
dream_http_client@recorder,
dream_http_client@recording,
dream_http_client@storage,
dream_httpc_shim,
env_ffi]},
{registered, []}
]}.