Add maxFileSize to MultipartBodyParser interface (#26940)

This commit is contained in:
DUBREZ Samuel
2018-07-02 19:09:08 +02:00
committed by Mohamed Hegazy
parent bc2502ba54
commit ab2a4f66b0

View File

@@ -1284,6 +1284,7 @@ export namespace plugins {
multipartHandler?: any;
mapParams?: boolean;
mapFiles?: boolean;
maxFileSize?: number;
}
/**