package frama-c

  1. Overview
  2. Docs

doc/frama-c-markdown-report.core/Markdown_report/Sarif/WebResponse/index.html

Module Sarif.WebResponseSource

Sourcetype t = {
  1. index : int;
  2. protocol : string;
  3. version : string;
  4. statusCode : int;
  5. reasonPhrase : string;
  6. headers : JsonStringDictionary.t;
  7. body : ArtifactContent.t;
  8. noResponseReceived : bool;
  9. properties : Properties.t;
}
Sourceval to_yojson : t -> Yojson.Safe.t
Sourceval create : ?index:int -> ?protocol:string -> ?version:string -> ?statusCode:int -> ?reasonPhrase:string -> ?headers:JsonStringDictionary.t -> ?body:ArtifactContent.t -> ?noResponseReceived:bool -> ?properties:Properties.t -> unit -> t
Sourceval default : t
OCaml

Innovation. Community. Security.