HttpStreamOutput typedef

HttpStreamOutput = (bool?, HttpResponse?, Duration?, String?)?

Implementation

typedef HttpStreamOutput = (
  bool? streamOutput,
  HttpResponse? resp,
  Duration? dur,
  String? err,
)?;