How to make a request within a handler
handlers I want to gather data from the page that I need to make a multiple API calls inside of that same page handler. I gather data from those API calls to addRequests for additional pages. Obviously I could reach for a non crawlee http client like Axios but I was wondering if there was any suggested way for inline API requests.
Thanks for any help in advance
