package http4s
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- http4s
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- class Http4sBodyListener[F[_]] extends BodyListener[F, Http4sResponseBody[F]]
- class Http4sInvalidWebSocketUse extends Exception
- trait Http4sServerInterpreter[F[_]] extends AnyRef
- case class Http4sServerOptions[F[_]](createFile: (ServerRequest) => F[tapir.TapirFile], deleteFile: (tapir.TapirFile) => F[Unit], ioChunkSize: Int, interceptors: List[Interceptor[F]]) extends Product with Serializable
Value Members
- def serverSentEventsBody[F[_]]: StreamBodyIO[Stream[F, Byte], Stream[F, ServerSentEvent], Fs2Streams[F]]
- object Http4sDefaultServerLog
- object Http4sServerInterpreter
- object Http4sServerOptions extends Serializable
- object Http4sServerSentEvents