[WIP] Add java.net.HttpURLConnection to JavaNet#782
Conversation
|
Yeah that’s a good one, agreed. are we missing much of its api surface though or did it import all we need already? (What other types do we need to add) |
I think we have almost everything we need. The Java 8 docs for HttpURLConnection only reference |
|
Yeah |
|
Meh, this reminds me we should make wrap-java more repeatable, it causes a huge diff now due to unordered member rendering in generated sources... I'll get this landed, thanks for the idea @marcprux ! |
|
I'll merge this and follow up with regeneration and some CI changes |
java.net.HttpURLConnectionis very useful because it provides access to the Android-native HTTP connection handling APIs.Leaving as draft for discussion.