Hi all,
The REST endpoint I need to call requires multiple boundaries in the
POST request. Does any one know how to do this in clj-http? Lets say
my header had the following boundary
Content-Type "multipart/form-data; boundary=the_message_boundary"
How could i create a body with multiple boundaries such as -
--the_message_boundary
Content-Type: application/json
{"Subject":"this is a subject", "Secure":true}
--the_message_boundary
Content-Type: application/json
{"Recipient": "[email protected]"]}
..etc etc
Thanks,
Jimmy
--
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to [email protected]
Note that posts from new members are moderated - please be patient with your
first post.
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en