aronbalog / Vox

Swift JSON:API client framework
http://jsonapi.org
MIT License
46 stars 19 forks source link

Allow basic Alamofire client to be subclassed #13

Open Thiryn opened 6 years ago

Thiryn commented 6 years ago

It'd be nice if the Alamofire client could be subclassed and functions overriden. My use-case is that I want to add pre/post-processing in request handling while using Alamofire client. To do so, I think it would be a good idea to have a more-atomic control on the request process.