package resto-cohttp

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type 'a t
type schema
val unit : unit t
val untyped : string t
val conv : ('a -> 'b) -> ('b -> 'a) -> 'b t -> 'a t
val schema : ?definitions_path:string -> 'a t -> schema
val description_request_encoding : Resto.Description.request t
val description_answer_encoding : schema Resto.Description.directory t