Dart SDK
dart:io
RedirectInfo
class
RedirectInfo
Properties
Constructors
Properties
statusCode
method
location
Constructors
RedirectInfo
Redirect information.
Properties
int
statusCode
read-only
Returns the status code used for the redirect.
String
method
read-only
Returns the method used for the redirect.
Uri
location
read-only
Returns the location for the redirect.
Constructors
RedirectInfo
()