pistacheio / pistache

A high-performance REST toolkit written in C++
https://pistacheio.github.io/pistache/
Apache License 2.0
3.18k stars 698 forks source link

http2 support #195

Open soumyakantiroychowdhury opened 6 years ago

soumyakantiroychowdhury commented 6 years ago

Does pistache support http2? Is it on the roadmap??

xoac commented 6 years ago

Currently there is no http2 support.

oktal commented 6 years ago

Hello.

Currently, Pistache does not support http2. However, this is definitely something that we should support.

However, before working on that, my first priority is to work on stabilizing the current http1 parser and underlying I/O system. Right after that, we'll think how to restructure the code to support http2.

soumyakantiroychowdhury commented 6 years ago

Ok - thanks for the update.

CyrilleBenard commented 6 years ago

Hi there, Is there any news or work in progress under HTTP2 ?

fbourque commented 5 years ago

Hi Pistache team. thanks for your contribution. Would you have any insight on when you think you would have the opportunity to work on adding http 2 support?

Thx!

dennisjenkins75 commented 5 years ago

Hello. AFAIK, no one is actively working on http2 support for pistache. The original project owner, oktal, has moved on to other things. However, we do accept reasonable pull requests (need to have comprehensive unit tests). If anyone wants to add http2 support, we/I will review it and merge it when its ready. But neither I, nor oktal, nor anyone else that I know of, is actively working on adding it.