open fun setExpectMultipart(expect: Boolean): HttpServerRequest
Call this with true if you are expecting a multi-part body to be submitted in the request. This must be called before the body of the request has been received
expect - true - if you are expecting a multi-part body
Return
a reference to this, so the API can be used fluently