This repository has been archived by the owner on Jan 26, 2021. It is now read-only.
0.2.0
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.