KestrelServerLimits.MaxRequestLineSize Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the maximum allowed size for the HTTP request line. Defaults to 8,192 bytes (8 KB).
public:
property int MaxRequestLineSize { int get(); void set(int value); };
public int MaxRequestLineSize { get; set; }
member this.MaxRequestLineSize : int with get, set
Public Property MaxRequestLineSize As Integer
Property Value
Remarks
For HTTP/2 and HTTP/3 this measures the total size of the required pseudo headers :method, :scheme, :authority, and :path.