Skip to content

💬 Gleam bindings for the standard JavaScript Request and Response APIs

License

Notifications You must be signed in to change notification settings

MystPi/conversation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

conversation

Package Version Hex Docs

Gleam bindings for the standard JavaScript Request and Response APIs.

Installation

This package can be added to your Gleam project:

gleam add conversation

and its documentation can be found at https://hexdocs.pm/conversation.

Example Usage

An example wrapper for Deno.serve that uses conversation can be found in ./test. The example can be run with the command gleam test.