View Source Finch.Response (Finch v0.14.0)

A response to a request.

Link to this section Summary

Link to this section Types

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