Current section
Files
Jump to
Current section
Files
src/gleamrpc_http_server.app.src
{application, gleamrpc_http_server, [
{vsn, "1.0.0"},
{applications, [convert,
convert_http_query,
convert_json,
gleam_http,
gleam_json,
gleam_stdlib,
gleamrpc,
mist]},
{description, "HTTP server for GleamRPC"},
{modules, [gleamrpc@http@server,
gleamrpc_http_server]},
{registered, []}
]}.