Package

sttp

capabilities

Permalink

package capabilities

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. capabilities
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait Effect[F[_]] extends AnyRef

    Permalink

    A capability of supporting the given effect type, such as scala.concurrent.Future.

    A capability of supporting the given effect type, such as scala.concurrent.Future. Used only as a type parameter, without implementations.

  2. class Streams[S] extends AnyRef

    Permalink

    A capability of sending and receiving streaming bodies.

    A capability of sending and receiving streaming bodies.

    S

    The type to use as a capability. Should be the self-type of the implementation. This is needed so that capabilities are expressed in terms of class types, not singleton object types.

  3. trait WebSockets extends AnyRef

    Permalink

    A capability of sending websocket requests.

    A capability of sending websocket requests. Used only as a type parameter, without implementations.

Inherited from AnyRef

Inherited from Any

Ungrouped