Current section

Files

Jump to
gleam_http src gleam_http.app.src
Raw

src/gleam_http.app.src

{application, gleam_http, [
{vsn, "4.2.0"},
{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,
gleam_http@@main,
gleam_http_test_helper]},
{registered, []}
]}.