Source position: cupsdyn.pp line 279
type http_version_t = (
HTTP_0_9 = 9,
HTTP_1_0 = 100,
HTTP_1_1 = 101
);