package server-reason-react

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

Module Fetch.HeadersSource

Sourcetype t = headers
Sourceval make : unit -> 'a Js.Dict.t
Sourceval makeWithInit : headersInit -> t
Sourceval append : string -> string -> t -> unit
Sourceval delete : string -> t -> unit
Sourceval get : string -> t -> string option
Sourceval has : string -> t -> bool
Sourceval set : string -> string -> t -> unit
OCaml

Innovation. Community. Security.