Packages

p

zio

http

package http

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

Type Members

  1. type App[-R] = Http[R, Response, Request, Response]
  2. type Client = ZClient[Any, Body, Throwable, Response]
  3. type EHttpApp = Http[Any, Throwable, Request, Response]
  4. type HttpApp[-R, +Err] = Http[R, Err, Request, Response]
  5. type HttpAppMiddleware[-R, +Err] = Middleware[R, Err, Request, Response, Request, Response]
  6. type RHttpApp[-R] = Http[R, Throwable, Request, Response]
  7. type RequestHandler[-R, +Err] = Handler[R, Err, Request, Response]
  8. type RequestHandlerMiddleware[-R, +Err] = HandlerMiddleware[R, Err, Request, Response, Request, Response]
  9. abstract class RouteDecode[A] extends AnyRef
    Definition Classes
    RouteDecoderModule
  10. type UHttp[-A, +B] = Http[Any, Nothing, A, B]
  11. type UHttpApp = Http[Any, Nothing, Request, Response]
  12. type UMiddleware[+AIn, -AOut, -BIn, +BOut] = Middleware[Any, Nothing, AIn, AOut, BIn, BOut]

Value Members

  1. val !!: Path
    Definition Classes
    PathSyntax
  2. def Client: ZClient.type
  3. val ~~: Path
    Definition Classes
    PathSyntax

Inherited from RouteDecoderModule

Inherited from RequestSyntax

Inherited from PathSyntax

Inherited from AnyRef

Inherited from Any

Ungrouped