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

Adjustments due to usage in app #48

Closed SimonNumberTwo closed 4 years ago

SimonNumberTwo commented 4 years ago

Description

This PR includes several issues which needed to be fixed to be able to use this framework within an app. Furthermore the possibility to add path components were added. Besides that it now is guaranteed that the completion of the call is dispatched to the main queue to not have to handle it in the app code.