zio.http.internal

Members list

Type members

Classlikes

trait BodyEncoding

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
object BodyEncoding.type
sealed trait CaseMode

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Insensitive.type
object Sensitive.type
object CaseMode

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
CaseMode.type
sealed trait ChannelState

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Invalid.type
object Reusable.type
Self type
object ChannelState

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
case class FetchBody(content: ReadableStream[Uint8Array], mediaType: Option[MediaType], boundary: Option[Boundary]) extends Body

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait Body
class Object
trait Matchable
class Any
Show all
object FetchBody

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
FetchBody.type
final case class FetchDriver() extends Driver[Any, Throwable]

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait Driver[Any, Throwable]
class Object
trait Matchable
class Any
Show all
object FetchDriver

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
trait HeaderChecks[+A]

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

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

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
HeaderOps[A] & A

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.

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
trait HeaderModifier[+A]

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.

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.

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
class RequestHandlerSyntax[R, Err]
Self type
trait QueryChecks[+A]

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
QueryOps[A] & A
trait QueryGetters[+A]

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
QueryOps[A]
trait QueryModifier[+A]

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
QueryOps[A] & A