v0.2.1
- Include
NSURLSessionConfiguration.HTTPAdditionalHeaders
in the persisted interaction. The session's headers are merged into theNSURLRequest
'sallHTTPHeaderFields
as long as a key in the request doesn't already exist. This is useful when responses from an API are contingent on the presence of a specific header that is being set in theSession
'sbackingSession
. - Fix a few warnings being emitted by the test target