httpcomponents-core icon indicating copy to clipboard operation
httpcomponents-core copied to clipboard

HTTP/2: Implement ORIGIN frame (RFC 8336) and enforce Origin Set

Open arturobernalg opened this issue 5 months ago • 0 comments

Client parses ORIGIN on stream 0, enforces allowed origins, and removes on 421 Server exposes sendOrigin(); wiring in Abstract/Client/Server multiplexers and ClientH2StreamHandler No change for h2c; reserved flags ignored

arturobernalg avatar Oct 09 '25 14:10 arturobernalg