Http3Limits Class

Definition

Limits only applicable to HTTP/3 connections.

public ref class Http3Limits
public class Http3Limits
type Http3Limits = class
Public Class Http3Limits
Inheritance
Http3Limits

Constructors

Http3Limits()

Properties

HeaderTableSize

Limits the size of the header compression table, in octets, the HPACK decoder on the server can use.

Value must be greater than 0, defaults to 4096

MaxRequestHeaderFieldSize

Indicates the size of the maximum allowed size of a request header field sequence. This limit applies to both name and value sequences in their compressed and uncompressed representations.

Value must be greater than 0, defaults to 2^14 (16,384).

Applies to