Skip to content
New issue

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

SDK: Expose the HTTP response in MXHTTPOperation #4206

Closed
manuroe opened this issue Apr 12, 2021 · 0 comments · Fixed by matrix-org/matrix-ios-sdk#1075
Closed

SDK: Expose the HTTP response in MXHTTPOperation #4206

manuroe opened this issue Apr 12, 2021 · 0 comments · Fixed by matrix-org/matrix-ios-sdk#1075
Assignees

Comments

@manuroe
Copy link
Member

manuroe commented Apr 12, 2021

Add the following property to MXHTTPOperation. It will contain the full HTTP response.

/**
 The HTTP response.
 */
@property (nonatomic, nullable) NSHTTPURLResponse *httpResponse;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants