package server-reason-react

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Fetch.ResponseSource

include sig ... end
Sourceval body : t -> readableStream
Sourceval bodyUsed : t -> bool
Sourceval arrayBuffer : arrayBuffer Js.Promise.t -> t
Sourceval blob : blob Js.Promise.t -> t
Sourceval formData : formData Js.Promise.t -> t
Sourceval text : string Js.Promise.t -> t
Sourceval error : unit -> t
Sourceval redirect : string -> t
Sourceval redirectWithStatus : string -> int -> t
Sourceval headers : t -> headers
Sourceval ok : t -> bool
Sourceval redirected : t -> bool
Sourceval status : t -> int
Sourceval statusText : t -> string
Sourceval type_ : t -> string
Sourceval url : t -> string
Sourceval clone : t -> t
OCaml

Innovation. Community. Security.