qhttp
qhttp copied to clipboard
Proxy support
Have you had a chance to use Qhttp with a network proxy, or have any idea what it would take to make it work with one? This looks very interesting.
sorry for being sooooo late!
qhttp
is quite simple and minimal and is mostly a thin http parser + connection manager in Qt.
HTTP redirection/forward/... or any other action should be done in user code.
honestly speaking the only proxy which I'm using is sshuttle to connect a qhttp
based service securely over internet.