Current section
Files
Jump to
Current section
Files
gleam.toml
name = "rsvp"
version = "1.2.0"
description = "Send HTTP requests from Lustre applications and server components."
repository = { type = "github", user = "hayleigh-dot-dev", repo = "rsvp" }
licences = ["MIT"]
links = [
{ title = "Sponsor", href = "https://github.com/sponsors/hayleigh-dot-dev" },
]
[documentation]
pages = [
{ title = " ", path = "#", source = "" },
{ title = "Fetching JSON", path = "recipes/get-json.html", source = "./recipes/get-json.md" },
{ title = "Post JSON", path = "recipes/post-json.html", source = "./recipes/post-json.md" },
{ title = "Include authorization headers", path = "recipes/authorization-headers.html", source = "./recipes/authorization-headers.md" },
]
[dependencies]
gleam_erlang = ">= 1.0.0 and < 2.0.0"
gleam_fetch = ">= 1.1.0 and < 2.0.0"
gleam_http = ">= 3.7.1 and < 5.0.0"
gleam_httpc = ">= 4.1.1 and < 6.0.0"
gleam_javascript = ">= 1.0.0 and < 2.0.0"
gleam_json = ">= 2.1.0 and < 4.0.0"
gleam_stdlib = ">= 0.60.0 and < 2.0.0"
lustre = ">= 5.1.0 and <= 6.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"