postMaxSize property

int postMaxSize
getter/setter pair

Maximum size of POST contents before it is rejected.

The number of raw bytes in the contents of the request.

Implementation

int postMaxSize = 10 * 1024 * 1024;