
pre-connecting TCP and SSL sockets for HTTP(S) requests in Qt apps
When consuming data from a Web service, Qt applications often need to read credentials from disk (like e.g. an OAuth token) before making...


Inside the Qt HTTP stack
The Qt HTTP stack is the base for any HTTP communication with Qt; it is for instance used by the Qt Webkit port. In Qt 5, quite a bit of...