Module Web_client_pipe

module type S = sig ... end
module type Storage_intf = sig ... end
module Make (Data : sig ... end) (Store : Storage_intf with type location := string and type data := Data.t) (Request : Web_request.Intf.S) : S with type data := Data.t