package lsp

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t
val content_length : t -> int
val content_type : t -> string
val create : ?content_type:string -> content_length:int -> unit -> t
val to_string : t -> string
module Private : sig ... end