WSPatch

uk.gov.hmrc.play.http.ws.WSPatch
trait WSPatch extends WSPatch, WSRequest

Attributes

Deprecated
true
Graph
Supertypes
trait WSRequest
trait WSPatch
trait WSExecute
trait Request
trait CorePatch
class Object
trait Matchable
class Any
Show all
Known subtypes
trait WSHttp

Members list

Value members

Inherited methods

def PATCH[I, O](url: URL, body: I, headers: Seq[(String, String)])(implicit wts: Writes[I], rds: HttpReads[O], hc: HeaderCarrier, ec: ExecutionContext): Future[O]

Attributes

Inherited from:
CorePatch
final def PATCH[I, O](url: URL, body: I)(implicit wts: Writes[I], rds: HttpReads[O], hc: HeaderCarrier, ec: ExecutionContext): Future[O]

Attributes

Inherited from:
CorePatch
override def buildRequest(url: String, headers: Seq[(String, String)]): WSRequest

Attributes

Definition Classes
Inherited from:
WSRequest
override def doPatch[A](url: String, body: A, headers: Seq[(String, String)])(implicit rds: Writes[A], ec: ExecutionContext): Future[HttpResponse]

Attributes

Definition Classes
Inherited from:
WSPatch

Inherited and Abstract methods

def PATCH[I, O](url: String, body: I, headers: Seq[(String, String)])(implicit wts: Writes[I], rds: HttpReads[O], hc: HeaderCarrier, ec: ExecutionContext): Future[O]

Attributes

Inherited from:
CorePatch
protected def wsClient: WSClient

Attributes

Inherited from:
WSRequestBuilder