A monad instance for the effect type used when returning responses.
A monad instance for the effect type used when returning responses. Allows writing wrapper backends, which map/flatMap over the return value of send.
The capabilities required by the request. This must be a subset of the the capabilities supported by the backend
(which always includes Effect[F]
).
(Since version ) see corresponding Javadoc for more information.