Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
PMHTTP v4.5.0 source code.tar.gz | 2019-11-28 | 173.8 kB | |
PMHTTP v4.5.0 source code.zip | 2019-11-28 | 206.1 kB | |
README.md | 2019-11-28 | 977 Bytes | |
Totals: 3 Items | 380.9 kB | 0 |
- 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).