localSettings property

Http3SettingsFrame get localSettings

Local SETTINGS that will be sent to the peer on the control stream.

These limits govern how much header data the peer can send and whether QPACK dynamic table capacity is enabled. Use sendSettings to enqueue the frame for transmission.

Implementation

Http3SettingsFrame get localSettings => _localSettings;