Packages

p

zio.http

internal

package internal

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. trait BodyEncoding extends AnyRef
  2. trait BodyEncodingPlatformSpecific extends AnyRef
  3. sealed trait CaseMode extends AnyRef
  4. sealed trait ChannelState extends AnyRef
  5. case class FetchBody(content: ReadableStream[Uint8Array], mediaType: Option[MediaType], boundary: Option[Boundary]) extends Body with Product with Serializable
  6. final case class FetchDriver() extends ZClient.Driver[Any, Throwable] with Product with Serializable
  7. trait HeaderChecks[+A] extends AnyRef

    Maintains a list of operators that checks if the Headers meet the give constraints.

  8. trait HeaderGetters extends AnyRef

    Maintains a list of operators that parse and extract data from the headers.

    Maintains a list of operators that parse and extract data from the headers.

    NOTE: Add methods here if it performs some kind of processing on the header and returns the result.

  9. trait HeaderModifier[+A] extends AnyRef

    Maintains a list of operators that modify the current Headers.

    Maintains a list of operators that modify the current Headers. Once modified, a new instance of the same type is returned. So or eg: request.addHeader("A", "B") should return a new Request and similarly headers.add("A", "B") should return a new Headers instance.

    NOTE: Add methods here that modify the current headers and returns an instance of the same type.

  10. trait QueryChecks[+A] extends AnyRef
  11. trait QueryGetters[+A] extends AnyRef
  12. trait QueryModifier[+A] extends AnyRef

Ungrouped