http4e icon indicating copy to clipboard operation
http4e copied to clipboard

Does http4e support HTTP2?

Open paulvi opened this issue 8 years ago • 1 comments

Does http4e support HTTP2?

paulvi avatar Nov 10 '17 00:11 paulvi

Not sure, HTTP4e uses Apache HTTP common 3.1 library as a http client library, thus if the library supports it, http4e should too. Yet, the Apache HTTP common 3.1 seems pretty dated, so I doubt it.

https://github.com/nextinterfaces/http4e/blob/master/http4e-Core/lib/commons-httpclient-3.1-beta1-m.jar

nextinterfaces avatar Nov 10 '17 01:11 nextinterfaces