Packages

p

zhttp

http

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. All

Type Members

  1. type Header = (CharSequence, CharSequence)
  2. type HttpApp[-R, +E] = Http[R, E, Request, Response[R, E]]
  3. sealed trait Path extends AnyRef
    Definition Classes
    PathModule
  4. type RHttpApp[-R] = Http[R, Throwable, Request, Response[R, Throwable]]
  5. type ResponseM[-R, +E] = ZIO[R, E, Response[R, E]]
  6. abstract class RouteDecode[A] extends AnyRef
    Definition Classes
    RouteDecoderModule
  7. type SilentResponse[-E] = CanBeSilenced[E, UResponse]
  8. type UHttp[-A, +B] = Http[Any, Nothing, A, B]
  9. type UHttpApp = Http[Any, Nothing, Request, Response[Any, Nothing]]
  10. type UHttpResponse = Response[Any, Nothing]
  11. type UResponse = Response[Any, Nothing]

Value Members

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

Deprecated Value Members

  1. val Root: End.type
    Definition Classes
    PathModule
    Annotations
    @deprecated
    Deprecated

    (Since version 23-Aug-2021) Use !! operator instead.

Inherited from RouteDecoderModule

Inherited from RequestSyntax

Inherited from PathModule

Inherited from AnyRef

Inherited from Any

Ungrouped