Perform requests iteratively, generating new requests from previous responses — req_perform_iterative
req_perform_iterative() iteratively generates and performs requests,
using a callback function, next_req, to define the next request based on
the current request and response. You will probably want to pair it with an
iteration helper and use a
multi-response handler to process the result.