(For handling server protocol upgrades, see #1323) HTTP/1 allows starting a different protocol with an HTTP/1 request, and the desired protocol in an `Upgrade` header. We should support this. Edit: removed bad API proposal.
(For handling server protocol upgrades, see #1323)
HTTP/1 allows starting a different protocol with an HTTP/1 request, and the desired protocol in an
Upgradeheader. We should support this.Edit: removed bad API proposal.