Httpcats_coremodule Version = H1.Versionmodule Status = H2.Statusmodule Headers = H2.Headersmodule Method = H2.Methodmodule Cookie : sig ... endtype error = [ | `V1 of H1.Client_connection.error| `V2 of H2.Client_connection.error| `Protocol of string| `Msg of string| `Exn of exn ]type meta = (Ipaddr.t * int) * Tls.Core.epoch_data optionmodule Server : sig ... end