# `Finch.Response`
[🔗](https://github.com/sneako/finch/blob/v0.23.0/lib/finch/response.ex#L1)

A response to a request.

# `t`

```elixir
@type t() :: %Finch.Response{
  body: binary(),
  headers: Mint.Types.headers(),
  status: Mint.Types.status(),
  trailers: Mint.Types.headers()
}
```

---

*Consult [api-reference.md](api-reference.md) for complete listing*
