--- title: Body description: Using request matchers to specify which requests should respond. TODO --- This section explains functions designed to set values in the response when a request meets all specified criteria. ### status {{{docs.then.status}}} ### body {{{docs.then.body}}} ### body_from_file {{{docs.then.body_from_file}}} ### json_body {{{docs.then.json_body}}} ### json_body_obj {{{docs.then.json_body_obj}}} ### header {{{docs.then.header}}}