From 282e9e0b5e7c2a3ab9ad2cae7e55220f139f6330 Mon Sep 17 00:00:00 2001
From: Jordi Llonch Handling Multipart Form Attributes
in the request headers. You must also call
vertx.http/expect-multi-part
on the request before any of the body
is read in order for the form attributes to be available.
(stream/on-end request - (http/expect-multi-part request) +(http/expect-multi-part request) +(stream/on-end request ;; The request has been full read, so now we can look at the form attributes #(do-something-with-form-attributes (http/form-attributes request)))