StreamedRequestCopyWith extension
Extends StreamedRequest to provide copied instances.
Methods
-
copyWith(
{HttpMethod? method, Uri? url, Map< String, String> ? headers, Stream<List< ? stream, bool? followRedirects, int? maxRedirects, bool? persistentConnection}) → StreamedRequestint> > -
Creates a new instance of StreamedRequest based of on
this
. It copies all the properties and overrides the ones sent via parameters.