1
2
3
4
5
6
7
8
9
10
11
12
|
{application, gleam_http, [
{vsn, "3.5.2"},
{applications, [gleam_stdlib,
gleeunit]},
{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, []}
]}.
|