Packages
http_server_mock
1.0.0
HTTP API mocking server for Gleam — core types, matchers, stubs and verify helpers
Current section
Files
Jump to
Current section
Files
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())
}).