version.ml
shuttle_http
1 2 3 4 5 type t = Http_1_1 [@@deriving sexp] let to_string = function | Http_1_1 -> "HTTP/1.1" ;;
1 2 3 4 5
type t = Http_1_1 [@@deriving sexp] let to_string = function | Http_1_1 -> "HTTP/1.1" ;;