Finch v0.2.0 Finch.Response View Source
A response to a request.
Link to this section Summary
Link to this section Types
Link to this type
t()
View Sourcet() :: %Finch.Response{
body: binary(),
headers: Mint.Types.headers(),
status: Mint.Types.status()
}