igrigorik / em-http-request

Asynchronous HTTP Client (EventMachine + Ruby)
1.22k stars 220 forks source link

Is there is a plan to support HTTP/2? #337

Closed pierresouchay closed 4 years ago

pierresouchay commented 4 years ago

Do you plan to implement HTTP/2 in the long term?

igrigorik commented 4 years ago

No current plans. I do have an http-2 library (https://github.com/igrigorik/http-2) that someone could use to implement such a thing though.