HTTP requests from lustre
Find a file
2024-11-09 19:30:50 +00:00
src 🔥 Remove defunct FFI code. 2024-01-27 13:46:50 +00:00
test ♻️ Update test to new api. 2024-01-27 13:48:13 +00:00
.gitignore Need an export in the .mjs file. Release 0.1.1 2023-01-09 11:14:06 +01:00
gleam.toml Updated version requirements for gleam_json to be in line 2024-11-07 13:49:13 -05:00
manifest.toml Updated version requirements for gleam_json to be in line 2024-11-07 13:49:13 -05:00
README.md doc 2024-01-28 22:26:05 +01:00

lustre_http

Package Version Hex Docs

Make HTTP requests from lustre via its effect interface. Makes life easy when such requests are initiated by the user.

Quick start

Add to your Gleam project:

gleam add lustre_http

View the documentation at https://hexdocs.pm/lustre_http, although only get_as_text is documented a.t.m.