I want to use form data in Akka HTTP 10.1.9.
If I use Unmarshaller.entityToWwwUrlEncodedFormData() then I get a akka.http.javadsl.model.FormData
with a akka.http.javadsl.model.Query. Thats nice, all information are inside.
But there is not method to access the data. No getter. Nothing.
Whats the trick?