Skip to content
This repository has been archived by the owner on Jan 26, 2021. It is now read-only.

0.2.0

Compare
Choose a tag to compare
@MaxDesiatov MaxDesiatov released this 03 May 11:37
· 34 commits to master since this release

headers and loggingEnabled property made public variables on AlamofireTransport. This allows you to change headers without instantiating a new transport, e.g. when a user logs out and a different user logs in you can swap authentication headers. If you switch logging dynamically, loggingEnabled property can be controlled in the same way without creating a new AlamofireTransport instance.