Type Alias: MockResponder
MockResponder =
MockResponseSpec| ((req) =>MockResponseSpec)
A static response, or a closure invoked per request (runs on the scenario
thread, pumped from until, so it may close over scenario state).
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
MockResponder =
MockResponseSpec| ((req) =>MockResponseSpec)
A static response, or a closure invoked per request (runs on the scenario
thread, pumped from until, so it may close over scenario state).