JamitLabs / Jetworking

A multi-module library providing a user-friendly interface for common networking tasks
https://JamitLabs.github.io/Jetworking/
MIT License
4 stars 3 forks source link

Outsource up- and downloading functionality into DataTransfer module #90

Closed knothed closed 2 years ago

knothed commented 3 years ago

Created an SPM submodule DataTransfer containing all functionality concerning up- and downloading. Respective functions which belonged to Client were converted to Client extensions.

A test suite was created and existing tests have been split up into Jetworking tests and DataTransfer tests.

Fixes https://github.com/JamitLabs/Jetworking/issues/88 and https://git.jamitlabs.net/jamit-labs/trockner/-/issues/636.