PMHTTP v4.5.0 Release Notes

Release Date: 2019-11-28 // over 4 years ago
    • โž• Add Obj-C convenience functions for creating upload requests with an NSData but no explicit contentType (#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 methods init(minimumCapacity:) and reserveCapacity(_:) and property capacity (#66).

Previous changes from v4.4.3

    • ๐Ÿ‘Œ Support PMJSON 4.x in addition to PMJSON 3.x with CocoaPods. Carthage doesn't support that kind of version range so it's now just set to PMJSON 4.x only.