object RESTHelpers
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- RESTHelpers
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
- lazy val Client: CloseableHttpClient
- lazy val ConnectionManager: PoolingHttpClientConnectionManager
- lazy val RequestConfigVal: RequestConfig
- lazy val RequestTimeout: Int
- def parseResult(result: CloseableHttpResponse): String
-
def
retry[T](backoffs: List[Int], f: () ⇒ T): T
- Annotations
- @tailrec()
- def safeSend(request: HttpRequestBase, backoffs: List[Int] = List(100, 500, 1000), expectedCodes: Set[Int] = Set(), close: Boolean = true): CloseableHttpResponse
- def sendAndParseJson(request: HttpRequestBase, expectedCodes: Set[Int] = Set()): JsValue