Dart SDK
dart:io
HttpServer
sessionTimeout
property
sessionTimeout
HttpServer
Static methods
bind
bindSecure
Properties
serverHeader
autoCompress
idleTimeout
defaultResponseHeaders
port
address
sessionTimeout
isEmpty
isBroadcast
first
last
single
length
Constructors
listenOn
Methods
close
connectionsInfo
pipe
take
map
listen
timeout
distinct
takeWhile
fold
toSet
firstWhere
forEach
skipWhile
join
contains
asyncExpand
lastWhere
singleWhere
drain
asyncMap
handleError
reduce
transform
every
any
toList
where
asBroadcastStream
skip
expand
elementAt
int
sessionTimeout
write-only
Sets the timeout, in seconds, for sessions of this [HttpServer]. The default timeout is 20 minutes.