You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
We should be able to specify Version via ClientRequest. This is currently supported only via HttpVersion
Describe the solution you'd like
A sum type should be created for Version with Http_1_1 and Http_1_2 and Http_2 as it's specialized types.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
We should be able to specify
Version
viaClientRequest
. This is currently supported only viaHttpVersion
Describe the solution you'd like
A sum type should be created for
Version
withHttp_1_1
andHttp_1_2
andHttp_2
as it's specialized types.The text was updated successfully, but these errors were encountered: