Files
NativeScript/tns-core-modules/http
Daniel Turing 7b12686b18 add HttpRequestOptions.dontFollowRedirects (#3473)
This implements the option to have http.request() not follow server's 3xx redirection replies
but instead return the exact redirection code and headers.

* on iOS, it uses a different NSURLSession instance for non-following request,
  with a NSURLSessionTaskDelegate implementing URLSessinTaskWillPerformHTTPRedirection...

* on Android, it just passes the option on to org.nativescript.widgets.Async.Http;
  so this requires the respective commit in tns-core-modules-widgets to work
2017-01-12 11:21:10 +02:00
..
2016-12-19 10:36:25 +02:00
2016-12-19 10:36:25 +02:00
2016-05-26 14:30:25 +03:00

Allows you to send web requests and receive the responses.