I have an endpoint I tested with an online tool that says HTTP/2 is working correctly. However, when I specify that to restclient like this:
GET https://api.somecompany.com/prod/v1/login HTTP/2.0
The server still responds with HTTP 1.1 200 OK. Am I misunderstanding HTTP/2, is this not supported yet, or is there some other flag I can set to test HTTP2 from restclient?
@danroot it's not supported yet, I will put this in To-Do list.
+1
I think it is really difficult issue to make. I don't know how can I help to make this feature realize.
Most helpful comment
@danroot it's not supported yet, I will put this in To-Do list.