Current section
Files
Jump to
Current section
Files
gleam_fetch
gleam.toml
gleam.toml
name = "gleam_fetch"
version = "1.2.0"
licences = ["Apache-2.0"]
description = "Make HTTP requests in Gleam JavaScript with Fetch"
target = "javascript"
gleam = ">= 0.32.0"
repository = { type = "github", user = "gleam-lang", repo = "fetch" }
links = [
{ title = "Website", href = "https://gleam.run" },
{ title = "Sponsor", href = "https://github.com/sponsors/lpil" },
]
[dependencies]
gleam_http = ">= 3.1.0 and < 5.0.0"
gleam_javascript = ">= 0.3.0 and < 2.0.0"
gleam_stdlib = ">= 0.32.0 and < 2.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"