Body.Empty #
Represents an always-empty, already-closed body handle.
@[implicit_reducible]
Equations
Equations
- Std.Http.Body.instBEqEmpty.beq x✝ y✝ = (x✝.ctorIdx == y✝.ctorIdx)
Instances For
@[implicit_reducible]
Equations
@[inline]
Receives from an empty body, always returning end-of-stream.
Instances For
@[inline]
Closes an empty body (no-op).
Instances For
@[inline]
Empty bodies are always closed for reading.
Instances For
@[inline]
Selector that immediately resolves with end-of-stream for an empty body.
Equations
- One or more equations did not get rendered due to their size.
Instances For
@[implicit_reducible]
Equations
- One or more equations did not get rendered due to their size.
@[implicit_reducible]
Equations
@[implicit_reducible]
Equations
- One or more equations did not get rendered due to their size.
@[implicit_reducible]
instance
Std.Http.Body.instCoeAsyncResponseEmptyContextAsyncAny :
Coe (Async.Async (Response Empty)) (Async.ContextAsync (Response Any))
Equations
- One or more equations did not get rendered due to their size.
Builds a request with no body.
Instances For
Builds a response with no body.