Packages
A smoother way to send HTTP requests in Gleam, an abstraction over Hackney - see the readme for important notes!
Retired package: Deprecated - See falcon instead
Current section
Files
Jump to
Current section
Files
gleam.toml
name = "facquest"
version = "0.1.2"
gleam = ">= 0.33.0"
# Fill out these fields if you intend to generate HTML documentation or publish
# your project to the Hex package manager.
#
description = "A smoother way to send HTTP requests in Gleam, an abstraction over Hackney - see the readme for important notes!"
licences = ["Apache-2.0"]
repository = { type = "github", user = "trulyao", repo = "facquest" }
# links = [{ title = "Website", href = "https://gleam.run" }]
internal_modules = [
"facquest/hackney"
]
[dependencies]
gleam_stdlib = "~> 0.34"
gleam_http = "~> 3.5"
hackney = "~> 1.20"
gleam_json = "~> 0.7"
[dev-dependencies]
gleeunit = "~> 1.0"