https://github.com/itsuhane/httpaccesssmanager
Demostrates how to track http conversation with QNetworkAccessManager.
https://github.com/itsuhane/httpaccesssmanager
Last synced: about 2 months ago
JSON representation
Demostrates how to track http conversation with QNetworkAccessManager.
- Host: GitHub
- URL: https://github.com/itsuhane/httpaccesssmanager
- Owner: itsuhane
- Created: 2015-02-09T21:11:02.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-10T02:23:43.000Z (over 10 years ago)
- Last Synced: 2025-02-06T01:48:13.829Z (3 months ago)
- Language: C++
- Size: 117 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
HttpAccessManager
=================Demostrates how to track http conversation with QNetworkAccessManager.
In an old project I was using Fiddler for capturing http traffic.
After some research I found Qt comes with very handy facility to do this.It can be used with QWebView to trace http conversations, which is desired for
some web debugging purposes.