package cohttp-lwt-jsoo

  1. Overview
  2. Docs

Configuration parameters for the XmlHttpRequest engines

val chunked_response : bool

Should the response body data be chunked?

val chunk_size : int

Size of chunks

val convert_body_string : Js_of_ocaml.Js.js_string Js_of_ocaml.Js.t -> string

JavaScript string to OCaml conversion. Js.to_bytestring or Js.to_string

val with_credentials : bool

Whether withCredentials property of XHR is set.