package akkahttp
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- akkahttp
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- class AkkaBodyListener extends BodyListener[Future, AkkaResponseBody]
- trait AkkaHttpServerInterpreter extends AnyRef
- case class AkkaHttpServerOptions(createFile: (ServerRequest) => Future[tapir.TapirFile], deleteFile: (tapir.TapirFile) => Future[Unit], interceptors: List[Interceptor[Future]]) extends Product with Serializable
- type AkkaResponseBody = Either[Flow[Message, Message, Any], ResponseEntity]
Value Members
- val serverSentEventsBody: StreamBodyIO[Source[ByteString, Any], Source[ServerSentEvent, Any], AkkaStreams]
- object AkkaHttpServerInterpreter
- object AkkaHttpServerOptions extends Serializable
- object AkkaServerSentEvents