QHttp works in asynchronous way. You have to wait before the connection is actually made as setHost() only schedules the connection. Similarily post() only queues the actual POST request that will be made after QHttp manages to connect to the host.
QHttp works in asynchronous way. You have to wait before the connection is actually made as setHost() only schedules the connection. Similarily post() only queues the actual POST request that will be made after QHttp manages to connect to the host.
Bookmarks