Interface
HttpRequestOptions
HttpRequestOptions
interface HttpRequestOptions {
content: string | FormData | ArrayBuffer;
dontFollowRedirects: boolean;
headers: any;
method: string;
timeout: number;
url: string;
}Summary
Properties
content
defined in @nativescript/core/http/index.d.ts:94:1
dontFollowRedirects
defined in @nativescript/core/http/index.d.ts:104:1
headers
defined in @nativescript/core/http/index.d.ts:89:1
method
defined in @nativescript/core/http/index.d.ts:84:1
timeout
defined in @nativescript/core/http/index.d.ts:99:1
url
defined in @nativescript/core/http/index.d.ts:79:1
- Previous
- HttpContent
- Next
- HttpResponse