peridot icon indicating copy to clipboard operation
peridot copied to clipboard

Support nested params

Open xeqi opened this issue 12 years ago • 1 comments

It would be nice to be able to use nested params. Example:

(request state "/" :params {:user {:name "someone" :address {:line1 "somewhere"} :hobbies ["computers" "raising elephants"]}})

This needs a test for the transformations to "user[name]=someone" and a test that a nested file causes a multipart body to be sent.

xeqi avatar Mar 23 '12 13:03 xeqi