HttpRouteRedirect constructor

HttpRouteRedirect({
  1. String? hostRedirect,
  2. bool? httpsRedirect,
  3. String? pathRedirect,
  4. int? portRedirect,
  5. String? prefixRewrite,
  6. String? responseCode,
  7. bool? stripQuery,
})

Implementation

HttpRouteRedirect({
  this.hostRedirect,
  this.httpsRedirect,
  this.pathRedirect,
  this.portRedirect,
  this.prefixRewrite,
  this.responseCode,
  this.stripQuery,
});