Packages

HTTP API mocking server for Gleam — core types, matchers, stubs and verify helpers

Current section

Files

Jump to
http_server_mock include http_server_mock@stub_builder_StubBuilder.hrl
Raw

include/http_server_mock@stub_builder_StubBuilder.hrl

-record(stub_builder, {
matcher :: gleam@option:option(http_server_mock@types:request_matcher()),
response :: gleam@option:option(http_server_mock@types:response_definition()),
id :: gleam@option:option(binary()),
priority :: integer(),
scenario :: gleam@option:option(http_server_mock@types:scenario_state())
}).