Packages

package http

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

Type Members

  1. case class / extends Path with Product with Serializable
    Definition Classes
    PathModule
  2. type Endpoint = (Method, URL)
  3. type HttpApp[-R, +E] = Http[R, E, Request, Response[R, E]]
  4. sealed trait Path extends AnyRef
    Definition Classes
    PathModule
  5. type RHttpApp[-R] = Http[R, Throwable, Request, Response[R, Throwable]]
  6. type ResponseM[-R, +E] = ZIO[R, E, Response[R, E]]
  7. type Route = (Method, Path)
  8. type SilentResponse[-E] = CanBeSilenced[E, UResponse]
  9. type UHttpApp = Http[Any, Nothing, Request, Response[Any, Nothing]]
  10. type UHttpResponse = HttpResponse[Any, Nothing]
  11. type UResponse = Response[Any, Nothing]

Value Members

  1. val HTTP_CHARSET: Charset

Inherited from RequestSyntax

Inherited from PathModule

Inherited from AnyRef

Inherited from Any

Ungrouped