Packages

package http

Linear Supertypes
RouteDecoderModule, RequestSyntax, PathModule, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. http
  2. RouteDecoderModule
  3. RequestSyntax
  4. PathModule
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. type Header = (CharSequence, CharSequence)
  2. type HttpApp[-R, +E] = Http[R, E, Request, Response]
  3. sealed trait Path extends AnyRef
    Definition Classes
    PathModule
  4. type RHttpApp[-R] = Http[R, Throwable, Request, Response]
  5. type ResponseZIO[-R, +E] = ZIO[R, E, Response]
  6. abstract class RouteDecode[A] extends AnyRef
    Definition Classes
    RouteDecoderModule
  7. type UHttp[-A, +B] = Http[Any, Nothing, A, B]
  8. type UHttpApp = Http[Any, Nothing, Request, Response]
  9. type UMiddleware[+AIn, -BIn, -AOut, +BOut] = Middleware[Any, Nothing, AIn, BIn, AOut, BOut]

Value Members

  1. val !!: Path
    Definition Classes
    PathModule
  2. val HTTP_CHARSET: Charset
  3. object ->
    Definition Classes
    RequestSyntax
  4. object /
    Definition Classes
    PathModule

Inherited from RouteDecoderModule

Inherited from RequestSyntax

Inherited from PathModule

Inherited from AnyRef

Inherited from Any

Ungrouped