Attributes
- Companion
- object
- Graph
-
- Supertypes
-
trait WebSocketBackend[Future]trait Backend[Future]trait GenericBackend[Future, WebSockets]class Objecttrait Matchableclass AnyShow all
Members list
Type members
Inherited types
Attributes
- Inherited from:
- OkHttpBackend
Value members
Inherited methods
Close the backend, releasing any resources (such as thread or connection pools) that have been allocated when opening or using the backend.
Close the backend, releasing any resources (such as thread or connection pools) that have been allocated when opening or using the backend.
Attributes
- Definition Classes
-
OkHttpBackend -> GenericBackend
- Inherited from:
- OkHttpBackend
Send the given request. Should only be used when implementing new backends, or backend wrappers. Client code should instead use the send
methods on the request type, e.g. Request.send.
Send the given request. Should only be used when implementing new backends, or backend wrappers. Client code should instead use the send
methods on the request type, e.g. Request.send.
Attributes
- Definition Classes
-
OkHttpBackend -> GenericBackend
- Inherited from:
- OkHttpBackend
Attributes
- Definition Classes
- Inherited from:
- OkHttpAsyncBackend
Attributes
- Definition Classes
- Inherited from:
- OkHttpAsyncBackend
Concrete fields
Implicits
Inherited implicits
A monad instance for the F
effect type. Allows writing wrapper backends, which map
/`flatMap`` over the return value of send.
A monad instance for the F
effect type. Allows writing wrapper backends, which map
/`flatMap`` over the return value of send.
Attributes
- Inherited from:
- OkHttpAsyncBackend