Skip to content
Docs Try Aspire

YarpRoute.withMaxRequestBodySize

Method
📦 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

Defined on

This method is defined on the following type: