HttpVerb

uk.gov.hmrc.http.HttpVerb
trait HttpVerb extends Request

Attributes

Deprecated
true
Graph
Supertypes
trait Request
class Object
trait Matchable
class Any
Known subtypes
trait HttpDelete
trait HttpClient
trait HttpGet
trait HttpPatch
trait HttpPost
trait HttpPut
Show all

Members list

Value members

Concrete methods

def badGatewayMessage(verbName: String, url: String, e: Exception): String
def gatewayTimeoutMessage(verbName: String, url: String, e: Exception): String
def mapErrors(httpMethod: String, url: String, f: Future[HttpResponse])(implicit ec: ExecutionContext): Future[HttpResponse]