OptionalbodyBody to set on the response, overrides any body set on FulfillOptions.response
OptionalheadersHeaders to set on the response, overrides any headers set on FulfillOptions.response
OptionalpathFile path to use for the response body. The contents of the file will be loaded on the server and the content-type will be detected based on the file extension. Ensure you pass an absolute path to the file.
OptionalresponseOptional response, if not set a default empty response will be used
OptionalstatusStatus code to set on the response, overrides any status code set on FulfillOptions.response
Options when fulfilling a route