Custom vertx bodyHandler

How can I custom vertx bodyhandler to add some parameters like bodyLimit or deleteUploadedFilesOnEnd
Docs: BodyHandler (Vert.x Stack - Docs 4.3.7 API)

I don’t think this is supported yet. I’m not that familiar with vertx, maybe you could share how would this be done?

I’d start looking in the interpreter, or the VertxRequestBody class.

Or maybe you’d like to attempt creating a PR supporting this? :slight_smile: