- Add Obj-C convenience functions for creating upload requests with an
NSData
but no explicitcontentType
(#65). - Fix the Obj-C
-setValue:forHeaderField:
and-setValue:forDefaultHeaderField:
methods to take a nullable value (#67). - Add
HTTPManagerRetryBehavior.init(any:)
to combine multiple retry behaviors together (#69). - Add
HTTPManagerRequest.HTTPHeaders
methodsinit(minimumCapacity:
) andreserveCapacity(_:)
and propertycapacity
(#66).