Skip to content

Commit b6801fd

Browse files
AllanZhengYPsrchase
authored andcommitted
feat: remove protocol rest json class (#438)
* feat: remove rest-json protocol class * feat: rename handler to RequestHandler; Consolidate types
1 parent 8f7a591 commit b6801fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/protocol-http/src/httpHandler.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import { HttpRequest } from "./httpRequest";
22
import { HttpResponse } from "./httpResponse";
3-
import { TransferHandler, HttpOptions } from "@aws-sdk/types";
3+
import { RequestHandler, HttpOptions } from "@aws-sdk/types";
44

5-
export type HttpHandler = TransferHandler<
5+
export type HttpHandler = RequestHandler<
66
HttpRequest,
77
HttpResponse,
88
HttpOptions

0 commit comments

Comments
 (0)