This message was deleted.
# general
s
This message was deleted.
1
t
The
formData
helper is just for URL encoded form data (k=v& style), not multipart at the moment. Unfortunately this means you’re limited to regexes as a way of extracting multiparts.
j
Alright, thanks for clarifying. I'll use a ResponseTransformer then, that's probably easier in our use case
👍 1
132 Views