I have an application written on scala/spray, and a GET function that need to receive a long list of parameters (30+).
what is the best way to receive them in route as an hashMap or object?
I have an application written on scala/spray, and a GET function that need to receive a long list of parameters (30+).
what is the best way to receive them in route as an hashMap or object?
Copyright © 2021 Jogjafile Inc.
Use parameterMap
example: