Files
NativeScript/tests/app/fetch.md
2016-06-20 14:32:12 +03:00

28 lines
550 B
Markdown

---
nav-title: "fetch How-To"
title: "fetch"
environment: nativescript
description: "Examples for using fetch"
previous_url: /ApiReference/fetch/HOW-TO
---
### Get Response from URL
<snippet id='fetch-response'/>
### Get string from URL
<snippet id='fetch-string'/>
### Get JSON from URL
<snippet id='fetch-json'/>
### Get FormData from URL
<snippet id='fetch-formdata'/>
### Get Response status
<snippet id='fetch-status-response'/>
### Get response headers
<snippet id='fetch-headers-response'/>
### Post JSON
<snippet id='fetch-post-json'/>