Current section

Files

Jump to
gleam_http README.md
Raw

README.md

# gleam_http
A Gleam library that provides HTTP types to be used by HTTP servers and
clients written in Gleam.
## Quick start
```sh
# Build the project
rebar3 compile
# Run the eunit tests
rebar3 eunit
# Run the Erlang REPL
rebar3 shell
```