Dart SDK
dart:io
HttpClientRequest
close
close
Dart SDK
dart:io
HttpClientRequest
close
method
close
Source
Dart SDK
dart:io
HttpClientRequest
Constructors
HttpClientRequest
Properties
bufferOutput
connectionInfo
contentLength
cookies
done
encoding
followRedirects
hashCode
headers
maxRedirects
method
persistentConnection
runtimeType
uri
Operators
operator ==
Methods
add
addError
addStream
close
flush
noSuchMethod
toString
write
writeAll
writeCharCode
writeln
Future
<
HttpClientResponse
>
close
(
)
Close the request for input. Returns the value of
done
.
Source
Future<HttpClientResponse> close();