Files
Jacek Sieka 508f625eca switch HttpVersion to tuple, add HttpVersion30 (#49)
Can't add HTTP/3 without breaking things due to `enum` so take the
opportunity to model the version number closer to how RFC 9110 defines
it:

* major.minor number instead of `enum`, to make room for a future 4
* 0 is implied (and customary for HTTP/2, HTTP/3)
* don't parse 2.0 - there's no such version defined by RFC 9112 and the
actual HTTP/2 uses a different encoding altogether
2026-07-13 13:51:57 +02:00
..