Packages

General purpose data, functions, and utilities for use by LFE/Erlang HTTP clients, servers, URL-parsers, web frameworks, etc.

Current section

Files

Jump to
lfe_http src http.app.src
Raw

src/http.app.src

{application,http,
[{description,"General purpose data, functions, and utilities for use by LFE/Erlang HTTP clients, servers, URL-parsers, web frameworks, etc."},
{vsn,"1.0.0"},
{registered,[]},
{applications,[kernel,stdlib]},
{env,[]},
{modules,[]},
{pkg_name,lfe_http},
{licenses,["Apache 2.0"]},
{links,[{"GitHub","https://github.com/lfe-http/http"},
{"Hex","https://hex.pm/packages/lfe_http"}]},
{exclude_files,["priv/header-fields/*","priv/html/*",
"priv/images/*","priv/mime-types/*"]}]}.