Vscode-restclient: HTTP/2 Support

Created on 11 Oct 2018  路  3Comments  路  Source: Huachao/vscode-restclient

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?

feature request

Most helpful comment

@danroot it's not supported yet, I will put this in To-Do list.

All 3 comments

@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.

Was this page helpful?
0 / 5 - 0 ratings