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

Add missing java.net.HttpCookie #3921

Open
JD557 opened this issue May 15, 2024 · 1 comment · May be fixed by #3927
Open

Add missing java.net.HttpCookie #3921

JD557 opened this issue May 15, 2024 · 1 comment · May be fixed by #3927

Comments

@JD557
Copy link
Contributor

JD557 commented May 15, 2024

This could help a bit when cross compiling some HTTP Clients like requests-scala (Scala Native Issue: com-lihaoyi/requests-scala#156).

Looking at https://docs.oracle.com/javase/8/docs/api/java/net/HttpCookie.html, it appears that this is mostly a simple class, the most annoying methods seem to be HttpCookie.parse and HttpCookie#domainMatches.

@domaspoliakas
Copy link

I was going to take a look at this as part of com-lihaoyi/requests-scala#156

@domaspoliakas domaspoliakas linked a pull request May 21, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants