sttp.tapir.server.stub

Members list

Concise view

Type members

Classlikes

case class SttpRequest(r: RequestT[Identity, _, _], attributes: AttributeMap) extends ServerRequest

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait ServerRequest
trait RequestMetadata
trait HasHeaders
class Object
trait Matchable
class Any
class SttpRequestBody[F[_]](implicit ME: MonadError[F]) extends RequestBody[F, AnyStreams]

Attributes

Graph
Supertypes
trait RequestBody[F, AnyStreams]
class Object
trait Matchable
class Any

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
class TapirStubInterpreter[F[_], R, OPTIONS](endpoints: List[ServerEndpoint[R, F]], interceptors: List[Interceptor[F]], stub: SttpBackendStub[F, R])

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Inherited classlikes

implicit class RichSttpBackendStub[F[_], R](val stub: SttpBackendStub[F, R])

Attributes

Inherited from:
SttpStubServer
Graph
Supertypes
class Object
trait Matchable
class Any

Implicits

Inherited implicits

final implicit def RichSttpBackendStub[F[_], R](stub: SttpBackendStub[F, R]): RichSttpBackendStub[F, R]

Attributes

Inherited from:
SttpStubServer