Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 409 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 409 Bytes

Simple Java HTTP 1.1 & HTTP 2.0 server with no dependencies. Has aim to be low object garbage creation as much as possible.

Big thanks to h2spec for a comprehensive and easy to understand set of tests for http2!

We have very minimal HTTP 1.0 support, to allow testing with apache ab command, maybe in the future this will be removed. For HTTP 2.0 we support both the pre-amble and upgrade header methods.