Creates a HTTPRewrite from JSON data.
HTTPRewrite.fromJson(Map<String, dynamic> json) : this( uri: json['uri'], authority: json['authority'], );