FollowRedirectsBackend

sttp.client4.wrappers.FollowRedirectsBackend
See theFollowRedirectsBackend companion class

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def apply(delegate: SyncBackend): SyncBackend
def apply[F[_]](delegate: Backend[F]): Backend[F]
def apply[F[_]](delegate: WebSocketBackend[F]): WebSocketBackend[F]
def apply[F[_], S](delegate: StreamBackend[F, S]): StreamBackend[F, S]
def apply[F[_], S](delegate: WebSocketStreamBackend[F, S]): WebSocketStreamBackend[F, S]
def apply[F[_]](delegate: Backend[F], config: FollowRedirectsConfig): Backend[F]
def apply[F[_]](delegate: WebSocketBackend[F], config: FollowRedirectsConfig): WebSocketBackend[F]
def apply[F[_], S](delegate: StreamBackend[F, S], config: FollowRedirectsConfig): StreamBackend[F, S]
def apply[F[_], S](delegate: WebSocketStreamBackend[F, S], config: FollowRedirectsConfig): WebSocketStreamBackend[F, S]

Concrete fields

val DefaultUriTransform: Uri => Uri

By default, the conversion is a no-op

By default, the conversion is a no-op

Attributes