We should provide an HTTPVersion enum that can be used whenever exposing the protocol is required (http/1.1, http/2, http/3).
This was added to the NIOHTTPServer in swift-server/swift-http-server#92 but should be upstreamed to the HTTPServer abstract API.
We should provide an
HTTPVersionenum that can be used whenever exposing the protocol is required (http/1.1, http/2, http/3).This was added to the
NIOHTTPServerin swift-server/swift-http-server#92 but should be upstreamed to theHTTPServerabstract API.