Packages

package ziohttp

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ziohttp
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. class ZioHttpBodyListener[R] extends BodyListener[[β$0$]ZIO[R, Throwable, β$0$], ZioHttpResponseBody]
  2. trait ZioHttpInterpreter[R] extends AnyRef
  3. class ZioHttpRequestBody[R] extends RequestBody[[β$0$]ZIO[R, Throwable, β$0$], ZioStreams]
  4. case class ZioHttpServerOptions[R](createFile: (ServerRequest) => Task[tapir.TapirFile], deleteFile: (tapir.TapirFile) => RIO[R, Unit], decodeFailureHandler: DecodeFailureHandler, interceptors: List[Interceptor[[β$1$]ZIO[R, Throwable, β$1$]]]) extends Product with Serializable
  5. case class ZioHttpServerRequest(req: Request, attributes: AttributeMap = AttributeMap.Empty) extends ServerRequest with Product with Serializable
  6. class ZioHttpToResponseBody extends ToResponseBody[ZioHttpResponseBody, ZioStreams]

Value Members

  1. object ZioHttpInterpreter
  2. object ZioHttpServerOptions extends Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped