WSGet

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

Attributes

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

Members list

Value members

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

Attributes

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

Attributes

Definition Classes
Inherited from:
WSGet
protected def wsClient: WSClient

Attributes

Inherited from:
WSRequestBuilder