HTTP node sends all requests in parallel unless you put it behind the Loop node. Honestly I have no idea why this is the default behaviour and it’s not really documented anywhere, but I reproduced this many times - when I get 100 items from previous node (e.g. Google Sheets getRows op) and pass these into HTTP node, I get 100 PARALLEL requests via HTTP node.