WSDelete

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

Attributes

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

Members list

Value members

Inherited methods

def DELETE[O](url: String, headers: Seq[(String, String)])(implicit rds: HttpReads[O], hc: HeaderCarrier, ec: ExecutionContext): Future[O]

Attributes

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

Attributes

Inherited from:
CoreDelete
final def DELETE[O](url: URL)(implicit rds: HttpReads[O], hc: HeaderCarrier, ec: ExecutionContext): Future[O]

Attributes

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

Attributes

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

Attributes

Definition Classes
Inherited from:
WSDelete
protected def wsClient: WSClient

Attributes

Inherited from:
WSRequestBuilder