Openapi.Server
type t = {
url : string;
description : string option;
}
val make : ?description:string -> string -> t