Skip to content
Docs Try Aspire
Docs Try

withMaxRequestBodySize

Method
📦 Aspire.Hosting.Yarp v13.3.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 method applies to the following types: