Module Http.Response_type

type 'a t = 'a Js_of_ocaml.XmlHttpRequest.response =
| ArrayBuffer : Js_of_ocaml.Typed_array.arrayBuffer Js_of_ocaml.Js.t Js_of_ocaml.Js.Opt.t t
| Blob : Js_of_ocaml.File.#blob Js_of_ocaml.Js.t Js_of_ocaml.Js.Opt.t t
| Document : Js_of_ocaml.Dom.element Js_of_ocaml.Dom.document Js_of_ocaml.Js.t Js_of_ocaml.Js.Opt.t t
| JSON : 'a Js_of_ocaml.Js.Opt.t t
| Text : Js_of_ocaml.Js.js_string Js_of_ocaml.Js.t t
| Default : string t