open fun setResolveLazily(resolveLazily: Boolean): Unit
Set whether to resolve the multipart request lazily at the time of file or parameter access.
Default is "false", resolving the multipart elements immediately, throwing corresponding exceptions at the time of the #resolveMultipart call. Switch this to "true" for lazy multipart parsing, throwing parse exceptions once the application attempts to obtain multipart files or parameters.