mirror of
https://github.com/oven-sh/setup-bun.git
synced 2026-05-22 14:10:47 +00:00
feat: add @actions/cache
This commit is contained in:
+12
@@ -0,0 +1,12 @@
|
||||
import { HttpClient } from "./httpClient";
|
||||
import { HttpHeaders } from "./httpHeaders";
|
||||
import { WebResourceLike } from "./webResource";
|
||||
import { HttpOperationResponse } from "./httpOperationResponse";
|
||||
/**
|
||||
* A HttpClient implementation that uses XMLHttpRequest to send HTTP requests.
|
||||
*/
|
||||
export declare class XhrHttpClient implements HttpClient {
|
||||
sendRequest(request: WebResourceLike): Promise<HttpOperationResponse>;
|
||||
}
|
||||
export declare function parseHeaders(xhr: XMLHttpRequest): HttpHeaders;
|
||||
//# sourceMappingURL=xhrHttpClient.d.ts.map
|
||||
Reference in New Issue
Block a user