You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 17, 2023. It is now read-only.
I might be missing something, but it looks like the above method is only called with [[NSURL ...] absoluteString] and internally calls [NSURL URLWithString:URLString] straight away. What's the reason to jump between NSURL and NSString? Shouldn't be tried to keep the semantically correct data type as long/much/often as possible?
In the current situation one has to do the same NSURL<->NSString dance to use the request serializer.