Port away from KIO
Open, NormalPublic

Description

The benefit of using KIO NAM was that it provided proxy integration in KDE4 times. In Qt5, we can use the system-wide proxy configuration provided directly by Qt5, thus we should be able to use QNAM directly.

I'd like to see a GetJob, PutJob, PostJob and DeleteJob as private KJob subclasses that internally wrap the QNAM and do the network handling. Creating the jobs and handling their raw output would be up to the public-facing Jobs.