-
I have a resource like this: {
"id": "foobar",
"images": {
"small": "...url...",
"medium": "...url...",
"large": "...url..."
}
} It would be nice to "capture" entire responses as files within chained requests. I would capture the image URLs and follow the first request with 3 more to get the images
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
Hi,
(BTW, |
Beta Was this translation helpful? Give feedback.
-
Completed in #1326, |
Beta Was this translation helpful? Give feedback.
Completed in #1326,
--output
per request will be available in the next Hurl release (should be4.2.0
)