Packages

p

zio.http

internal

package internal

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. trait BodyEncoding extends AnyRef
  2. sealed trait CaseMode extends AnyRef
  3. trait HeaderChecks[+A] extends AnyRef

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

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

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

Value Members

  1. object BodyEncoding
  2. object CaseMode

Ungrouped