RFR: 8347348: Clarify that the HTTP server in jdk.httpserver module is not a full featured server
Josiah Noel
duke at openjdk.org
Thu Jan 9 14:32:37 UTC 2025
On Thu, 9 Jan 2025 14:25:05 GMT, Ethan McCue <duke at openjdk.org> wrote:
> full featured HTTP server
What exactly does "full featured HTTP server" mean to you? While HTTP/2 support would be nice to have, I mainly use it for HTTP/1 requests. Though there is room for some improvement on the API to remove some rough edges (the content length footgun, attributes are useless, etc), the existing API has all the main features I need.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/23004#issuecomment-2580380669
More information about the net-dev
mailing list