You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: