firecamp-io / firecamp

VSCode for APIs, Postman Alternative.
https://firecamp.dev
317 stars 22 forks source link

Allow for choosing HTTP version #78

Closed pavelsaman closed 4 years ago

pavelsaman commented 4 years ago

Currently in version 1.0.0, there's no way a user can choose a HTTP version, Firecamp always sends http2 version in TLS Client Hello:

image

It'd be nice if a user could control this as well. This'd be the case when testing a server implementation where somebody might need to use a specific version of HTTP protocol. E.g. choosing HTTP/1.1 when the server supports http2 is a case that's not possible to test in Firecamp at present.

Nishchit14 commented 4 years ago

Released under v1.4.0