Skip to content

[nextcloud] Port HTTP usage away from KIO

Nicolas Fella requested to merge work/nico/http into master

KIO is just a wrapper around QNetworkAccessManager with some things we don't need.

We can simplify the code and use QNetworkAccessManager directly

Merge request reports