We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In the iOS implementation the ReasonPhrase is not returned, it always returns the default string for the statuscode.
This has been fixed previously for the android issue: #64
The text was updated successfully, but these errors were encountered:
I tried to fix the issue myself but apparently the framework doesn't support it. The ReasonPhrase is nowhere to be found on the NSHttpUrlResponse :-(
Sorry, something went wrong.
Check this: https://github.com/AFNetworking/AFNetworking/issues/544#issuecomment-22656760
Edit: wait... I just read it more thoroughly, seems not to be the solution :(
Looks like this isn't possible on iOS, sorry :(
No branches or pull requests
In the iOS implementation the ReasonPhrase is not returned, it always returns the default string for the statuscode.
This has been fixed previously for the android issue: #64
The text was updated successfully, but these errors were encountered: