Packages
WireMock-style HTTP mock server for Gleam - core API: stubs, requests, and mock server lifecycle
Current section
Files
Jump to
Current section
Files
http_server_mock
gleam.toml
gleam.toml
name = "http_server_mock"
version = "2.0.0"
description = "WireMock-style HTTP mock server for Gleam - core API: stubs, requests, and mock server lifecycle"
licences = ["MIT"]
repository = { type = "github", user = "atomfinger", repo = "http_server_mock" }
links = [
{ title = "GitHub", href = "https://github.com/atomfinger/http_server_mock" },
{ title = "Docs", href = "https://hexdocs.pm/http_server_mock" },
]
[dependencies]
gleam_stdlib = ">= 1.0.0 and < 2.0.0"
gleam_http = ">= 4.3.0 and < 5.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"