statusCode property

int statusCode
final

HTTP status code for the redirect.

Common values:

  • 301: Permanent redirect (cached by browsers)
  • 302: Found (temporary redirect, default)
  • 303: See Other (redirect after POST)
  • 307: Temporary Redirect (preserves method)
  • 308: Permanent Redirect (preserves method)

Implementation

final int statusCode;