sttp.tapir.server.http4s

Members list

Concise view

Type members

Classlikes

class Http4sBodyListener[F[_]](implicit m: MonadError[F], a: Applicative[F]) extends BodyListener[F, Http4sResponseBody[F]]

Attributes

Graph
Supertypes
trait BodyListener[F, Http4sResponseBody[F]]
class Object
trait Matchable
class Any

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
class Http4sInvalidWebSocketUse(val message: String) extends Exception

Attributes

Graph
Supertypes
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any

Attributes

Companion:
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
case class Http4sServerOptions[F[_]](createFile: ServerRequest => F[TapirFile], deleteFile: TapirFile => F[Unit], ioChunkSize: Int, interceptors: List[Interceptor[F]])

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Attributes

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

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Value members

Concrete methods

def serverSentEventsBody[F[_]]: StreamBodyIO[Stream[F, Byte], Stream[F, ServerSentEvent], Fs2Streams[F]]