Private
afterPrivate
assertionsPrivate
Readonly
responseHook into the response lifecycle to run arbitrary logic after a response has been received. Useful, for example, if you need to automatically close a server when a response has been received.
An arbitrary (possibly async) function to run after the response has been received.
Private
awaitGenerated using TypeDoc
ResponseParser parses and makes assertions about responses.