-
with RESTEasy Reactive, is there an option to populate the form attributes map automatically for POST request?
I understand that the map is empty due to the fact that request end handler is not yet called at this point, what is the best approach to populate the form attributes before reaching this method? I do know that we could use @restform annotations etc, but lets assume we don't know what'll be posted here ahead of time. any hint on this will be greatly appreciated, Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
/cc @FroMage, @geoand, @stuartwdouglas |
Beta Was this translation helpful? Give feedback.
-
So you essentially want a way to retrieve all form parameters, correct? I wonder if we should expose something like we do for multipart. WDYT @stuartwdouglas @FroMage ? |
Beta Was this translation helpful? Give feedback.
So you essentially want a way to retrieve all form parameters, correct?
I wonder if we should expose something like we do for multipart. WDYT @stuartwdouglas @FroMage ?