View Source Finch.Response (Finch v0.15.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() }
A response to a request.
@type t() :: %Finch.Response{ body: binary(), headers: Mint.Types.headers(), status: Mint.Types.status() }