zio.http.Server
See theServer companion trait
object Server extends ServerPlatformSpecific
Attributes
Members list
Type members
Classlikes
final case class Config(sslConfig: Option[SSLConfig], address: InetSocketAddress, acceptContinue: Boolean, keepAlive: Boolean, requestDecompression: Decompression, responseCompression: Option[ResponseCompressionConfig], requestStreaming: RequestStreaming, maxInitialLineLength: Int, maxHeaderSize: Int, logWarningOnFatalError: Boolean, gracefulShutdownTimeout: Duration, webSocketConfig: WebSocketConfig, idleTimeout: Option[Duration], avoidContextSwitching: Boolean, soBacklog: Int, tcpNoDelay: Boolean, generateHeadRoutes: Boolean = ...)
object Config
object RequestStreaming
Attributes
- Companion
- trait
- Supertypes
- Self type
-
RequestStreaming.type
Value members
Concrete methods
def configured(path: NonEmptyChunk[String] = ...)(implicit trace: Trace): ZLayer[Any, Throwable, Server]
Inherited fields
Attributes
- Inherited from:
- ServerPlatformSpecific
In this article