Skip to content
Docs Try Aspire

withMaxRequestBodySize

Function
📦 Aspire.Hosting.Yarp v13.2.0
interface YarpRoute {
// ... omitted for brevity
withMaxRequestBodySize(maxRequestBodySize: number): YarpRoute;
}

Signature

method withMaxRequestBodySize
Sets the maximum request body size for the route.
withMaxRequestBodySize(maxRequestBodySize: number): YarpRoute
maxRequestBodySize number
YarpRoute

Applies to

This function is an extension method on the following types: