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