Skip to content

tucnak/qtwebkit-ri

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published