SessionPlus 2.0.1
2.0.1
Fixes an issues where a URLSessionDataTask
was not automatically .resume()
🤦♂️
2.0.0
- Shifts the interaction model from being task/execution based to being request/response based.
- Request and Response are protocols which represent the required parameters needs to respectively query and process a response from an api.
- All of the older HTTPClient protocols and implementations are deprecated and will be removed in future versions of the framework.