Current section

Files

Jump to
gleam_http src gleam_http.app.src
Raw

src/gleam_http.app.src

{application, gleam_http, [
{vsn, "3.7.2"},
{applications, [gleam_stdlib]},
{description, "Types and functions for Gleam HTTP clients and servers"},
{modules, [gleam@http,
gleam@http@cookie,
gleam@http@request,
gleam@http@response,
gleam@http@service]},
{registered, []}
]}.