| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| PMHTTP v4.4.0 source code.tar.gz | 2019-04-24 | 172.5 kB | |
| PMHTTP v4.4.0 source code.zip | 2019-04-24 | 204.7 kB | |
| README.md | 2019-04-24 | 1.5 kB | |
| Totals: 3 Items | 378.7 kB | 0 | |
- Fix a bug when parsing images where we passed the wrong value for the type identifier hint, resulting in a warning being logged to the console (#62).
- Add computed properties on
HTTPManagerErrorfor convenient access to the associated values (e.g..response,.body, etc). - Add computed property
HTTPManagerError.statusCodethat returns the failing status code for the error, ornilfor.unexpectedContentType(#60). - Add Obj-C function
PMHTTPErrorGetStatusCode()that returns the failing status code for the error, ornilforPMHTTPErrorUnexpectedContentTypeor for non-PMHTTP errors (#60). - Provide
PMHTTPStatusCodeErrorKeyuser info key for more error types (#59). - Add computed property
URLResponse.isUnmockedInterceptedRequestthat can be used to test if a response comes from a request that was intercepted by the mock manager without a mock installed (#46).