qhttp icon indicating copy to clipboard operation
qhttp copied to clipboard

Proxy support

Open pablodiazgutierrez opened this issue 9 years ago • 1 comments

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.

pablodiazgutierrez avatar Jul 02 '15 16:07 pablodiazgutierrez

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.

azadkuh avatar Feb 11 '16 09:02 azadkuh