Gleam bindings for the standard JavaScript Request and Response APIs.
This package can be added to your Gleam project:
gleam add conversation
and its documentation can be found at https://hexdocs.pm/conversation.
An example wrapper for Deno.serve
that uses conversation
can be found in ./test. The example can be run with the command gleam test
.