Dart
dart:io
HttpClientRequest
uri property
uri
HttpClientRequest class
Constructors
HttpClientRequest
Properties
bufferOutput
connectionInfo
contentLength
cookies
done
followRedirects
headers
maxRedirects
method
persistentConnection
uri
encoding
hashCode
runtimeType
Methods
close
add
addError
addStream
flush
noSuchMethod
toString
write
writeAll
writeCharCode
writeln
Operators
operator ==
uri property
Uri
uri
The uri of the request.
Implementation
Uri get uri;