I was wondering if there is a way to track all the GET requests that are done during a curl transfer?
For example, I am currently using the LiveHTTPHeader plugin in Firefox, and when I load a webpage, I can see the followings:

Is there anyway to get similar info using CURL? If yes, wich parameters/functions should I used?
Thanks!