I want to send request to my server, which get a FormParam("param2")
which is Set<String>.
I try to send a request like this:
param1=thing¶m2=thing1;thing2
but it doesn't know this syntax. How can I sent it?
I want to send request to my server, which get a FormParam("param2")
which is Set<String>.
I try to send a request like this:
param1=thing¶m2=thing1;thing2
but it doesn't know this syntax. How can I sent it?