Module type Server.Request.Input

module type Input = sig .. end

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