Patch

zio.http.Response.Patch
See thePatch companion object
sealed trait Patch

Models the set of operations that one would want to apply on a Response.

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class AddHeaders
class Combine
object Empty.type
class SetStatus
Show all
Self type

Members list

Value members

Concrete methods

def ++(that: Patch): Patch
def apply(res: Response)(implicit trace: Trace): Response