HTTPRewrite constructor

const HTTPRewrite({
  1. String? uri,
  2. String? authority,
})

The main constructor.

Implementation

const HTTPRewrite({
  this.uri,
  this.authority,
});