package internal
- Alphabetic
- Public
- All
Type Members
- trait BodyEncoding extends AnyRef
-
trait
BodyEncodingPlatformSpecific extends AnyRef
- Annotations
- @nowarn()
- sealed trait CaseMode extends AnyRef
- sealed trait ChannelState extends AnyRef
- case class FetchBody(content: ReadableStream[Uint8Array], mediaType: Option[MediaType], boundary: Option[Boundary]) extends Body with Product with Serializable
- final case class FetchDriver() extends ZClient.Driver[Any, Throwable] with Product with Serializable
-
trait
HeaderChecks[+A] extends AnyRef
Maintains a list of operators that checks if the Headers meet the give constraints.
-
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.
-
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 newRequestand similarlyheaders.add("A", "B")should return a newHeadersinstance.NOTE: Add methods here that modify the current headers and returns an instance of the same type.
- trait QueryChecks[+A] extends AnyRef
- trait QueryGetters[+A] extends AnyRef
- trait QueryModifier[+A] extends AnyRef
Value Members
- object BodyEncoding extends BodyEncodingPlatformSpecific
- object CaseMode
- object ChannelState
- object FetchBody extends Serializable
- object FetchDriver extends Serializable