am i better off using QNetwork instead of httplib2 ? pro / cons!
-
Hi,
For what programming language ?
-
Depending on what you want to do, requests will be simpler.
AFAIK these two are synchronous unlike QNAM so if you make a long call it will block your GUI.
-
Depending on what you want to do, requests will be simpler.
AFAIK these two are synchronous unlike QNAM so if you make a long call it will block your GUI.
-
pros/cons of each? that's not the way you should approach it.
You should approach it as "if I'm going to use this framework then I should use the tools the framework provides to do the task". Mixing framework APIs should be avoided unless necessary.