withMaxRequestBodySize
Function
interface YarpRoute { // ... omitted for brevity withMaxRequestBodySize(maxRequestBodySize: number): YarpRoute;}Signature
method
withMaxRequestBodySize Sets the maximum request body size for the route.
withMaxRequestBodySize(maxRequestBodySize: number): YarpRouteParameters
maxRequestBodySize number Returns
YarpRoute Applies to
This function is an extension method on the following types: