WSPut

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

Attributes

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

Members list

Value members

Inherited methods

def PUT[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:
CorePut
def PUT[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:
CorePut
final def PUT[I, O](url: URL, body: I)(implicit wts: Writes[I], rds: HttpReads[O], hc: HeaderCarrier, ec: ExecutionContext): Future[O]

Attributes

Inherited from:
CorePut
def PUTString[O](url: String, body: String, headers: Seq[(String, String)])(implicit rds: HttpReads[O], hc: HeaderCarrier, ec: ExecutionContext): Future[O]

Attributes

Inherited from:
CorePut
def PUTString[O](url: URL, body: String, headers: Seq[(String, String)])(implicit rds: HttpReads[O], hc: HeaderCarrier, ec: ExecutionContext): Future[O]

Attributes

Inherited from:
CorePut
final def PUTString[O](url: URL, body: String)(implicit rds: HttpReads[O], hc: HeaderCarrier, ec: ExecutionContext): Future[O]

Attributes

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

Attributes

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

Attributes

Definition Classes
Inherited from:
WSPut
override def doPutString(url: String, body: String, headers: Seq[(String, String)])(implicit ec: ExecutionContext): Future[HttpResponse]

Attributes

Definition Classes
Inherited from:
WSPut
protected def wsClient: WSClient

Attributes

Inherited from:
WSRequestBuilder