> For the complete documentation index, see [llms.txt](https://docs.stoobly.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.stoobly.com/core-concepts/mock-api/requests/response.md).

# Response

A Stoobly response is tightly coupled to a Stoobly request. It contains additional data such as the HTTP response code and round-trip latency.

## Components

<details>

<summary>Headers</summary>

List of **name** and **value** pairs respectively representing the response header name and response header value

</details>

<details>

<summary>Body</summary>

Data of blob format representing the request body

</details>

## How To Create Responses

If you are recording a HTTP request, a Stoobly request and associated response will be created.
