Finch.Response (Finch v0.10.2) View Source

A response to a request.

Link to this section Summary

Link to this section Types

Specs

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