Dart API Referencedart:ioRedirectInfo

RedirectInfo Interface

Redirect information.

Methods

Code Uri get location() #

Returns the location for the redirect.

Uri get location();

Code String get method() #

Returns the method used for the redirect.

String get method();

Code int get statusCode() #

Returns the status code used for the redirect.

int get statusCode();