|
|
On Mon, 2007-03-19 at 10:18 +0000, Paulo J. Matos wrote:
> > Dude, if you want a good library take a look at curl. I think it is far more
> > advanced than qhttp.
> >
> > An btw your question is confusing. Are you asking if qhttp can follow
> > redirections?
> >
>
> Nope, I'm asking if QHttp accepts get methods with URLs with rest
> arguments to query a web API.
>
So you are wanting to know if you can do this?
QHttp * http;
// detail omitted
http->get("/index.html?source=firefox&version=1.5", file);
If you experiment a bit with examples/network/http/ you will soon find
that the answer is "yes".
--
Stephen Jackson
--
To unsubscribe - send a mail to qt-interest-request@xxxxxxxxxxxxx with
"unsubscribe" in the subject or the body.
List archive and information: http://lists.trolltech.com/qt-interest/
|
|