@klippa/nativescript-http
Version:
The best way to do HTTP requests in NativeScript, a drop-in replacement for the core HTTP with important improvements and additions like proper connection pooling, form data support and certificate pinning
8 lines (7 loc) • 331 B
TypeScript
export type { DownloadRequest, DownloadedData, DownloadError } from "@nativescript/core/ui/image-cache";
import * as common from "@nativescript/core/ui/image-cache";
export declare class Cache extends common.Cache {
_downloadCore(imageRequest: common.DownloadRequest): void;
}
export declare class ImageCache extends Cache {
}