Config

class Config

Properties

Link copied to clipboard
var allowHttpsDowngrade: Boolean = false

true allows a client to make a redirect with downgrading from HTTPS to plain HTTP.

Link copied to clipboard
var checkHttpMethod: Boolean = true

Checks whether the HTTP method is allowed for the redirect. Only HttpMethod.Get and HttpMethod.Head are allowed for implicit redirection.