libhttp2 icon indicating copy to clipboard operation
libhttp2 copied to clipboard

Usage examples

Open LightBender opened this issue 9 years ago • 1 comments

I don't know any other way to ask, but are there any examples of using this library for reading and writing HTTP2 requests? I am finding it difficult to use this library as it does not appear to use the same API as nghttp2. I have a project that requires HTTP2 and it appears that Vibe.D still doesn't support them yet.

LightBender avatar Nov 25 '16 07:11 LightBender

I have added support for http2 to vibe.d although it hasnt been merged. I use it daily from my fork at etcimon/vibe.0, you will find the usage example in source/vibe/http/http2.d

etcimon avatar Nov 25 '16 13:11 etcimon