We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f7a591 commit b6801fdCopy full SHA for b6801fd
packages/protocol-http/src/httpHandler.ts
@@ -1,8 +1,8 @@
1
import { HttpRequest } from "./httpRequest";
2
import { HttpResponse } from "./httpResponse";
3
-import { TransferHandler, HttpOptions } from "@aws-sdk/types";
+import { RequestHandler, HttpOptions } from "@aws-sdk/types";
4
5
-export type HttpHandler = TransferHandler<
+export type HttpHandler = RequestHandler<
6
HttpRequest,
7
HttpResponse,
8
HttpOptions
0 commit comments