FollowRedirectsConfig

sttp.client4.wrappers.FollowRedirectsConfig
See theFollowRedirectsConfig companion object
case class FollowRedirectsConfig(contentHeaders: Set[String], sensitiveHeaders: Set[String], transformUri: Uri => Uri)

Value parameters

transformUri

Defines if and how Uri s from the Location header should be transformed. For example, this enables changing the encoding of host, path, query and fragment segments to be more strict or relaxed.

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product