Skip to content

First publishable version

Latest
Compare
Choose a tag to compare
@pipex pipex released this 04 Mar 13:16
· 4 commits to master since this release

The release provides a full implementation of an experimental HTTP/2 server and library, aimed at use in constrained devices. The implementation uses a single thread for handling clients, and each client requires around 1.5K of static RAM in the base configuration (without HPACK dynamic table).

This can be further reduced through configuration macros.