// This file is automatically generated.
implsuper::Version{/// The `HTTP/0.9` version.
pubconstHTTP_0_9:Self=Self(0,9);/// The `HTTP/1.0` version.
pubconstHTTP_1_0:Self=Self(1,0);/// The `HTTP/1.1` version.
pubconstHTTP_1_1:Self=Self(1,1);/// The `HTTP/2.0` version.
pubconstHTTP_2_0:Self=Self(2,0);}