WSGet

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

Attributes

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

Members list

Value members

Concrete methods

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

Attributes

Definition Classes

Inherited methods

def GET[A](url: URL, headers: Seq[(String, String)])(implicit rds: HttpReads[A], hc: HeaderCarrier, ec: ExecutionContext): Future[A]

Attributes

Inherited from:
CoreGet
final def GET[A](url: URL)(implicit rds: HttpReads[A], hc: HeaderCarrier, ec: ExecutionContext): Future[A]

Attributes

Inherited from:
CoreGet

Inherited and Abstract methods

def GET[A](url: String, queryParams: Seq[(String, String)], headers: Seq[(String, String)])(implicit rds: HttpReads[A], hc: HeaderCarrier, ec: ExecutionContext): Future[A]

Attributes

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

Attributes

Inherited from:
WSRequestBuilder
protected def wsClient: WSClient

Attributes

Inherited from:
WSRequestBuilder