Patch

zio.http.Patch$
See thePatch companion trait
object Patch

Attributes

Companion:
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Patch.type

Members list

Concise view

Type members

Classlikes

final case class AddHeaders(headers: Headers) extends Patch

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Patch
class Object
trait Matchable
class Any
final case class Combine(left: Patch, right: Patch) extends Patch

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Patch
class Object
trait Matchable
class Any
case object Empty extends Patch

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Patch
class Object
trait Matchable
class Any
Self type
Empty.type
final case class RemoveHeaders(headers: List[String]) extends Patch

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Patch
class Object
trait Matchable
class Any
final case class SetStatus(status: Status) extends Patch

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Patch
class Object
trait Matchable
class Any
final case class UpdateHeaders(f: Headers => Headers) extends Patch

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Patch
class Object
trait Matchable
class Any

Inherited types

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def addHeader(header: Header): Patch
def addHeader(headers: Headers): Patch
def addHeader(name: CharSequence, value: CharSequence): Patch
def removeHeaders(headers: List[String]): Patch
def setStatus(status: Status): Patch