Skip to content
DocsTry Aspire
DocsTry

YarpRoute.withMaxRequestBodySize

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

Signature

methodwithMaxRequestBodySize
Set the MaxRequestBodySize for the destination
withMaxRequestBodySize(maxRequestBodySize: number): YarpRoute
maxRequestBodySizenumber
YarpRoute

Defined on

This method is defined on the following type: