AppDaprConfig.HttpReadBufferSize Property

Definition

Dapr max size of http header read buffer in KB to handle when sending multi-KB headers. Default is 65KB.

public int? HttpReadBufferSize { get; set; }
member this.HttpReadBufferSize : Nullable<int> with get, set
Public Property HttpReadBufferSize As Nullable(Of Integer)

Property Value

Applies to