Package

sttp.client3

okhttp

Permalink

package okhttp

Visibility
  1. Public
  2. All

Type Members

  1. abstract class OkHttpAsyncBackend[F[_], S <: Streams[S], P] extends OkHttpBackend[F, S, P]

    Permalink
  2. abstract class OkHttpBackend[F[_], S <: Streams[S], P] extends SttpBackend[F, P]

    Permalink
  3. class OkHttpFutureBackend extends OkHttpAsyncBackend[Future, Nothing, WebSockets]

    Permalink
  4. class OkHttpSyncBackend extends OkHttpBackend[Identity, Nothing, WebSockets]

    Permalink
  5. class SendMessageException extends WebSocketException

    Permalink

Value Members

  1. object OkHttpBackend

    Permalink
  2. object OkHttpFutureBackend

    Permalink
  3. object OkHttpSyncBackend

    Permalink
  4. object quick extends SttpApi

    Permalink

Ungrouped