Not exactly (I use a base request header object where I set the cookie, so that I don't have to do it on every request), but in general you're correct.
Curl is definitely a higher level tool than QHttp so it has much much more capabilities (QHttp is really only an interface to the protocol), but on the other hand it'd be much easier to parse the result using QHttp.When I use curl, I just can issue a command which creates a "cookiejar" in memory when i first start it up and handles preserving the cookies itself.
Bookmarks