Dart
dart:io
HttpRequest
headers property
headers
description
headers
property
Null safety
HttpHeaders
headers
The request headers.
The returned
HttpHeaders
are immutable.
Implementation
HttpHeaders get headers;
Dart
dart:io
HttpRequest
headers property
HttpRequest class
Constructors
HttpRequest
Properties
certificate
connectionInfo
contentLength
cookies
first
hashCode
headers
isBroadcast
isEmpty
last
length
method
persistentConnection
protocolVersion
requestedUri
response
runtimeType
session
single
uri
Methods
any
asBroadcastStream
asyncExpand
asyncMap
cast
contains
distinct
drain
elementAt
every
expand
firstWhere
fold
forEach
handleError
join
lastWhere
listen
map
noSuchMethod
pipe
reduce
singleWhere
skip
skipWhile
take
takeWhile
timeout
toList
toSet
toString
transform
where
Operators
operator ==