Skip to content

Instantly share code, notes, and snippets.

@dbrattli
Created October 14, 2018 14:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dbrattli/614530de3c6dc7e918bbf958f9ecfeba to your computer and use it in GitHub Desktop.
Save dbrattli/614530de3c6dc7e918bbf958f9ecfeba to your computer and use it in GitHub Desktop.
Use fetch
let pr = fetch "http://test"
pr.Then (fun value ->
printfn "Got response from: %A" value
) |> ignore
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment