StaleRequestSupport

case class StaleRequestSupport(cancel: Boolean, retryOnContentModified: Vector[String])
Value parameters:
cancel

The client will actively cancel the request.

retryOnContentModified

The list of requests for which the client will retry the request if it receives a response with error code ContentModified

Companion:
object
Source:
structures.scala
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product