Maximum amount of time a connection can be open
var maxAgeTimeout: Duration?
s16HummingbirdHTTP20B20ChannelConfigurationV13maxAgeTimeouts8DurationVSgvp
19OSM
import HummingbirdHTTP2
struct HTTP2ChannelConfiguration
HTTP2 configuration
@frozen struct Duration
A representation of high precision time.
init(idleTimeout: Duration? = nil, gracefulCloseTimeout: Duration? = nil, maxAgeTimeout: Duration? = nil, streamConfiguration: HTTP1Channel.Configuration = .init())
Initialize HTTP2UpgradeChannel.Configuration
var gracefulCloseTimeout: Duration?
Maximum amount of time to wait for client response before all streams are closed after second GOAWAY has been sent
var idleTimeout: Duration?
Idle timeout, how long connection is kept idle before closing
var streamConfiguration: HTTP1Channel.Configuration
Configuration applied to HTTP2 stream channels