[🚀 Feature]: Need a way to enforce HTTP1.1 usage with the Java HTTP client #12918
Closed
Description
Feature and motivation
Currently it is not possible to enforce HTTP1.1 usage in the client. This feature is needed because Appium server only supports HTTP1.1 so far (SPDY support has been added recently, but it's optional), so we'd like to default to HTTP1.1 for good.
Usage example
Not sure yet where exactly this needs to live.