spice.http.client.intercept
package spice.http.client.intercept
Members list
Type members
Classlikes
trait Interceptor
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
object Interceptor
Attributes
- Companion
- trait
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Interceptor.type
abstract class InterceptorAdapter extends Interceptor
Attributes
- Supertypes
- Known subtypes
-
object empty.typeclass RateLimiter
case class MultiInterceptor(interceptors: List[Interceptor]) extends Interceptor
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Interceptorclass Objecttrait Matchableclass AnyShow all
case class RateLimiter(perRequestDelay: FiniteDuration) extends InterceptorAdapter
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass InterceptorAdaptertrait Interceptorclass Objecttrait Matchableclass AnyShow all
- Self type
In this article