Is there a way to send a request to a server that only supports HTTP2 (eg; running libnghttp2) without requiring the upgrade mechanism (which many HTTP2 only implementations do not support)?
In curl, there's a http2-prior-knowledge flag that accomplishes this.