RemoveHeaders

zio.http.Response.Patch.RemoveHeaders
final case class RemoveHeaders(headers: Set[String]) extends Patch

Attributes

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

Members list

Value members

Inherited methods

def ++(that: Patch): Patch

Attributes

Inherited from:
Patch
def apply(res: Response)(implicit trace: Trace): Response

Attributes

Inherited from:
Patch
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product