[TIMOB-17110] iOS: APSHTTPClient should not wrap NSURLRequest
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | High |
Status | Open |
Resolution | Unresolved |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | iOS |
Labels | n/a |
Reporter | Matt Langston |
Assignee | Unknown |
Created | 2014-06-10T02:02:52.000+0000 |
Updated | 2018-02-28T20:04:09.000+0000 |
Description
APSHTTPClient should not wrap NSURLRequest. Apple's docs, videos and examples consistently demonstrate and recommend that a url request should be immutable, and that readonly properties should be added to NSURLRequest via custom categories.
No comments