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