preservesMethod property
bool
get
preservesMethod
Whether the client keeps the method it used.
Implementation
bool get preservesMethod => status == 307 || status == 308;
Whether the client keeps the method it used.
bool get preservesMethod => status == 307 || status == 308;