maxHttpContentLength top-level constant
int
const maxHttpContentLength
Maximum HTTP content size (10MB).
Implementation
const maxHttpContentLength = 10 * 1024 * 1024;
Maximum HTTP content size (10MB).
const maxHttpContentLength = 10 * 1024 * 1024;