WSDelete

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

Attributes

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

Members list

Value members

Concrete methods

override def doDelete(url: String, headers: Seq[(String, String)])(implicit ec: ExecutionContext): Future[HttpResponse]

Attributes

Definition Classes

Inherited methods

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

Inherited and Abstract methods

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

Attributes

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

Attributes

Inherited from:
WSRequestBuilder
protected def wsClient: WSClient

Attributes

Inherited from:
WSRequestBuilder