Packages

p

zio

http

package http

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. http
  2. MdInterpolator
  3. UrlInterpolator
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type Client = ZClient[Any, Body, Throwable, Response]
  2. implicit class MdInterpolatorHelper extends AnyRef
    Definition Classes
    MdInterpolator
  3. type RequestHandler[-R, +Err] = Handler[R, Err, Request, Response]
  4. implicit class UrlInterpolatorHelper extends AnyRef
    Definition Classes
    UrlInterpolator
  5. type WebSocketChannel = Channel[WebSocketChannelEvent, WebSocketChannelEvent]
  6. type WebSocketChannelEvent = ChannelEvent[WebSocketFrame]

Value Members

  1. def Client: ZClient.type
  2. val Root: PathCodec[Unit]
  3. def anyOf(name: String, names: String*): PathCodec[Unit]
  4. def boolean(name: String): PathCodec[Boolean]
  5. def handler[H](handler: ⇒ H)(implicit h: ToHandler[H]): Handler[Env, Err, In, Out]
  6. def handlerTODO(message: String): Handler[Any, Nothing, Any, Nothing]
  7. def int(name: String): PathCodec[Int]
  8. def long(name: String): PathCodec[Long]
  9. def string(name: String): PathCodec[String]
  10. val trailing: PathCodec[Path]
  11. def uuid(name: String): PathCodec[UUID]
  12. def withContext[C](fn: ⇒ C)(implicit c: WithContext[C]): ZIO[Env, Err, Out]

Inherited from MdInterpolator

Inherited from UrlInterpolator

Inherited from AnyRef

Inherited from Any

Ungrouped