GoodRequest / GoodNetworking

📡 GoodNetworking is an iOS library written in Swift that simplifies HTTP networking by using GRSession and Encodable/DataRequest extensions. It supports latest Swift and all iOS devices, making it a powerful solution for managing network interactions and data encoding/decoding. The library is easy to install with SPM.
MIT License
31 stars 1 forks source link

feat: Expose internal Alamofire session as read-only #19

Closed plajdo closed 6 months ago

plajdo commented 6 months ago

To be able to (at the very least) cancel pending/running Alamofire requests, Alamofire.Session API should be available and accessible from outside.