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