mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
http client improved
This commit is contained in:
15
declarations.android.d.ts
vendored
15
declarations.android.d.ts
vendored
@@ -367,8 +367,13 @@ declare module com {
|
||||
}
|
||||
}
|
||||
|
||||
export class AsyncHttpClient {
|
||||
static getDefaultInstance(): any;
|
||||
export module AsyncHttpClient {
|
||||
function getDefaultInstance(): any;
|
||||
|
||||
export class StringCallback {
|
||||
constructor(params: any);
|
||||
static extends(params: any);
|
||||
}
|
||||
}
|
||||
|
||||
export module callback {
|
||||
@@ -376,6 +381,12 @@ declare module com {
|
||||
constructor(params: any);
|
||||
}
|
||||
}
|
||||
|
||||
export module body {
|
||||
export class StringBody {
|
||||
constructor(source: string);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user