tucnak / qtwebkit-ri

Resource Interception API for QtWebKit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

QtWebkit Resource Interception

Sometimes you need to intercept resources downloaded via QtWebKit, but since QNetworkReply (the only possible way to handle replies from network requests) is not sequental, on read attempt it's already read by webkit. You should use another aproach here: reimplemented QNetworkAccessManager and QNetworkReply proxy.

This repository provides both and example application.

About

Resource Interception API for QtWebKit

License:MIT License


Languages

Language:C++ 90.5%Language:Prolog 9.5%