package frama-c

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = {
  1. index : int;
  2. protocol : string;
  3. version : string;
  4. target : string;
  5. method_ : string;
  6. headers : JsonStringDictionary.t;
  7. parameters : JsonStringDictionary.t;
  8. body : ArtifactContent.t;
  9. properties : Properties.t;
}
val to_yojson : t -> Yojson.Safe.t
val create : ?index:int -> ?protocol:string -> ?version:string -> ?target:string -> ?method_:string -> ?headers:JsonStringDictionary.t -> ?parameters:JsonStringDictionary.t -> ?body:ArtifactContent.t -> ?properties:Properties.t -> unit -> t
val default : t