preservesMethod property

bool get preservesMethod

Whether the client keeps the method it used.

Implementation

bool get preservesMethod => status == 307 || status == 308;