WSRequestBuilder

uk.gov.hmrc.play.http.ws.WSRequestBuilder
trait WSRequestBuilder extends Request

Attributes

Deprecated
true
Graph
Supertypes
trait Request
class Object
trait Matchable
class Any
Known subtypes
trait WSDelete
trait WSDelete
trait WSHttp
trait WSGet
trait WSGet
trait WSPatch
trait WSPatch
trait WSPost
trait WSPost
trait WSPut
trait WSPut
trait WSRequest
trait WSProxy
Show all

Members list

Value members

Abstract methods

protected def buildRequest(url: String, headers: Seq[(String, String)]): WSRequest
protected def wsClient: WSClient