zostay / HTTP-Supply

Given a Supply of bytes, provides a Supply of parsed HTTP requests or responses
4 stars 1 forks source link

http2 support #3

Open ufobat opened 6 years ago

ufobat commented 6 years ago

Do you want to have http2 support in this module or do you think this should be a module of its own?

I am currently working on http2 support in HTTP::Server::Ogre, which is a P6W Server.

zostay commented 6 years ago

It's my intent to provide HTTP2 support. However, I haven't made a lot of time to work on P6W for a while. I got a little burned out fighting against legions of async bugs. However, if you build a working P6W server, please make feedback on the P6W project. I'd be very interested in getting some feedback based on practical implementations to clarify any design problems you run into.