android-components / mozilla.components.concept.fetch / Request / Redirect

Redirect

enum class Redirect (source)

Enum Values

FOLLOW

Automatically follow redirects.

MANUAL

Do not follow redirects and let caller handle them manually.