PMHTTP v4.2.0 Release Notes

Release Date: 2018-07-11 // over 5 years ago
    • Percent-encode more characters for application/x-www-form-urlencoded bodies and query strings. Notably, semicolon (;) is now percent-encoded, as some servers treat it as a separator.
    • ⚡️ Optimize task metrics collection such that metrics are not collected if metricsCallback is nil (#37).
    • 👍 Extend built-in retry behaviors to support custom strategies (#35).
    • ➕ Add HTTPManagerRequest properties that correspond to the URLRequest properties mainDocumentURL and httpShouldHandleCookies (#40).