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

Configure nsurl session #165

Closed

Conversation

hakonk
Copy link

@hakonk hakonk commented Oct 21, 2019

This proposal addresses how the HTTP session configuration of RCTHTTPRequestHandler can be handled.

@kelset kelset added the 💡 Proposal This label identifies a proposal label Oct 22, 2019
@hakonk
Copy link
Author

hakonk commented Nov 4, 2019

As pointed out by @rjerue in #166, the Android implementation allows for setting the HTTP client factory with a static method. The way I see it, that is similar to the alternative approach listed in this RFC. I believe it's beneficial that the customization mechanism is similar across platforms. Thus, perhaps that is the best approach on iOS as well. Curious to hear what your thoughts are!

@TheSavior
Copy link

I think the discussion of this would be best on a PR to the main repo with the actual code. I think this since this is focused on a specific change it will be easier for you to receive feedback that way than here on this repo.

@TheSavior TheSavior closed this Jan 7, 2020
@hakonk hakonk deleted the Configure-NSURLSession branch January 7, 2020 21:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
💡 Proposal This label identifies a proposal
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants