stripPath property

  1. @BuiltValueField(wireName: r'strip_path')
String? stripPath

StripPath if set, replaces the provided path prefix when forwarding the requested URL to the upstream URL.

Implementation

@BuiltValueField(wireName: r'strip_path')
String? get stripPath;