WSPatch

uk.gov.hmrc.play.http.ws.default.WSPatch

Attributes

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

Members list

Value members

Concrete methods

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

Attributes

Definition Classes

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

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 buildRequest(url: String, headers: Seq[(String, String)]): WSRequest

Attributes

Inherited from:
WSRequestBuilder
protected def wsClient: WSClient

Attributes

Inherited from:
WSRequestBuilder