package com.renomad.minum.web;/** * The HTTP versions we handle */public enum HttpVersion { ONE_DOT_ZERO, ONE_DOT_ONE, NONE}