spice.http.client.intercept

Members list

Type members

Classlikes

trait Interceptor

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object empty.type
class RateLimiter
object Interceptor

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
abstract class InterceptorAdapter extends Interceptor

Attributes

Supertypes
trait Interceptor
class Object
trait Matchable
class Any
Known subtypes
object empty.type
class RateLimiter
case class MultiInterceptor(interceptors: List[Interceptor]) extends Interceptor

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Interceptor
class Object
trait Matchable
class Any
Show all
case class RateLimiter(perRequestDelay: FiniteDuration) extends InterceptorAdapter

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Interceptor
class Object
trait Matchable
class Any
Show all
Self type