Skip to content
This repository has been archived by the owner on Nov 30, 2024. It is now read-only.

Releases: niclabs/two

First publishable version

04 Mar 13:16
Compare
Choose a tag to compare

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.