XUtils

libhttp2

HTTP/2 library in D, translated from nghttp2


Build Status CI

libhttp2

About

libhttp2 is an HTTP/2 library written completely in D, translated from nghttp2. It aims at having an object-oriented API suitable for native D development. It also takes advantage of safer primitives and more runtime checks to avoid flaws. Although D is a garbage collected language, this library runs exclusively on manual memory allocations via memutils.

It can be used in a client/server through my vibe.d fork vibe.0.

Tests

The library itself is tested in depth using the same unit tests as nghttp2.

Getting Started

The documentation is currently entirely contained within the source code. This library is very low-level and thus must be understood in depth (along with the HTTP/2 specs) before integrating it to a project. ie. Read the sources


Articles

  • coming soon...