📄️ body attribute
Sets the HTTP response body.
📄️ delay attribute
Defines a minimum response time in milliseconds. Useful to produce an artificial timeout.
📄️ file attribute
Allow to define a file to be returned in body
📄️ headers attribute
Sets any HTTP response headers.
📄️ indented attribute
Sets the response body indentation for some structured content-types. If ommited, defaults to `true`.
📄️ status attribute
Sets the HTTP status code for the response. Can be a text or numeric value, as defined in System.Net.HttpStatusCode enumeration, so NotFound and 404 are both valid values for this field.