> If I need to do repeated transactions of GET and RESPONSE do I need to use
> multi interface rather than easy interface?
No. You only need the multi interface if you doing requests
in parallel (and if you don't what to use threads).
For step-by-step transactions the easy interface fits perfectly.

-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette:  http://curl.haxx.se/mail/etiquette.html

Reply via email to