Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
module Type : sig ... end
module Subtype : sig ... end
module Parameters : sig ... end
val make : Type.t -> Subtype.t -> Parameters.value Parameters.Map.t -> t
of_string str
returns the Content-Type
value from a string which come from your HTTP stack. NOTE: the string must finish with "\r\n"
. If you are not sure about the value returned by your HTTP stack, you should append it.
val to_string : t -> string