Module type Server.Request.Output

module type Output = sig .. end

type t 
val syntax : Server.Syntax.t
val to_json : t -> Server.Request.json