ja-geotiff
Version:
GeoTIFF image decoding in JavaScript
11 lines • 323 B
TypeScript
export class HttpClient extends BaseClient {
parsedUrl: any;
httpApi: any;
constructRequest(headers: any, signal: any): Promise<any>;
request({ headers, signal }?: {
headers: any;
signal: any;
}): Promise<any>;
}
import { BaseClient } from "./base.js";
//# sourceMappingURL=http.d.ts.map