View Source Finch.Response (Finch v0.18.0)

A response to a request.

Summary

Types

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