package cohttp-lwt-jsoo

  1. Overview
  2. Docs

Module type Cohttp_lwt_jsoo.ParamsSource

Configuration parameters for the XmlHttpRequest engines

Sourceval chunked_response : bool

Should the response body data be chunked?

Sourceval chunk_size : int

Size of chunks

Sourceval 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

Sourceval with_credentials : bool

Whether withCredentials property of XHR is set.