Skip to content
/ http2 Public

An implementation of HTTP/HTTP2 server that is incredibly lightweight with no dependencies

License

Notifications You must be signed in to change notification settings

rbair23/http2

Repository files navigation

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.

About

An implementation of HTTP/HTTP2 server that is incredibly lightweight with no dependencies

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published