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

Support for JDK HTTP server #1255

Closed
phejl opened this issue Dec 21, 2021 · 1 comment
Closed

Support for JDK HTTP server #1255

phejl opened this issue Dec 21, 2021 · 1 comment
Labels

Comments

@phejl
Copy link
Contributor

phejl commented Dec 21, 2021

Detailed Description

It would great to have support for JDK HTTP server. Available directly in JDK and good enough for simple tasks.
https://docs.oracle.com/javase/8/docs/jre/api/net/httpserver/spec/com/sun/net/httpserver/HttpServer.html

Context

JDK server works great is lightweight and baked into the JDK. I think others might find it useful.

Possible Implementation

New module supporting the server.

@phejl phejl added the Feature label Dec 21, 2021
kasmarian added a commit that referenced this issue Feb 13, 2023
* Add support for JDK's HTTP server


Co-authored-by: Karen Asmarian <11900064+kasmarian@users.noreply.github.com>

* Fix expectation to return empty scheme

---------

Co-authored-by: Petr Hejl <petr.hejl@memsource.com>
Co-authored-by: Karen Asmarian <11900064+kasmarian@users.noreply.github.com>
@kasmarian
Copy link
Member

This is released in 2.15.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants