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 has been 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.
If you agree, would you accept a PR?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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 betweenNSURL
andNSString
? 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.If you agree, would you accept a PR?
The text was updated successfully, but these errors were encountered: