generated from tpl/purs
docs: readme
This commit is contained in:
parent
2a15312018
commit
38675aac33
@ -10,7 +10,7 @@ fetch <method> <url> <options>
|
||||
|
||||
* `<method>` is `Effect.Aff.HTTP.Request.Method`:
|
||||
|
||||
<!-- language: purescript -->
|
||||
<!-- language: purescript -->
|
||||
data Method
|
||||
= GET
|
||||
| PUT
|
||||
@ -22,7 +22,7 @@ fetch <method> <url> <options>
|
||||
* `<url>` is `Data.URL.URL` (from [`url-immutable`](https://pursuit.purescript.org/packages/purescript-url-immutable/))
|
||||
* `<options>` is a partial record of:
|
||||
|
||||
<!-- language: purescript -->
|
||||
<!-- language: purescript -->
|
||||
type OptionalFields =
|
||||
( body :: Body
|
||||
, headers :: Headers
|
||||
|
Loading…
Reference in New Issue
Block a user