HTTP/1.1

KissServer is HTTP/1.1 first.

Implemented Core

Malformed input maps to safe 400, 413, or 431 responses where practical, then the connection is closed.

The NIO parser preserves unread bytes so partial requests and multiple requests in one socket write can be handled in order.

Out of Scope Initially

Production Model

Use an edge/proxy for TLS and HTTP/2 or HTTP/3:

client/browser
  -> Cloudflare/Nginx/Caddy using TLS + HTTP/2 or HTTP/3
      -> kiss-server using HTTP/1.1 locally