@smithy/fetch-http-handler
Advanced tools
Comparing version 2.3.0 to 2.3.1
@@ -25,4 +25,4 @@ import { HttpHandler, HttpRequest, HttpResponse } from "@smithy/protocol-http"; | ||
*/ | ||
static create(instanceOrOptions?: HttpHandler<any> | FetchHttpHandlerConfig): FetchHttpHandler | HttpHandler<any>; | ||
constructor(options?: FetchHttpHandlerOptions | Provider<FetchHttpHandlerOptions | undefined>); | ||
static create(instanceOrOptions?: HttpHandler<any> | FetchHttpHandlerOptions | Provider<FetchHttpHandlerOptions | void>): FetchHttpHandler | HttpHandler<any>; | ||
constructor(options?: FetchHttpHandlerOptions | Provider<FetchHttpHandlerOptions | void>); | ||
destroy(): void; | ||
@@ -29,0 +29,0 @@ handle(request: HttpRequest, { abortSignal }?: HttpHandlerOptions): Promise<{ |
@@ -25,4 +25,4 @@ import { HttpHandler, HttpRequest, HttpResponse } from "@smithy/protocol-http"; | ||
*/ | ||
static create(instanceOrOptions?: HttpHandler<any> | FetchHttpHandlerConfig): FetchHttpHandler | HttpHandler<any>; | ||
constructor(options?: FetchHttpHandlerOptions | Provider<FetchHttpHandlerOptions | undefined>); | ||
static create(instanceOrOptions?: HttpHandler<any> | FetchHttpHandlerOptions | Provider<FetchHttpHandlerOptions | void>): FetchHttpHandler | HttpHandler<any>; | ||
constructor(options?: FetchHttpHandlerOptions | Provider<FetchHttpHandlerOptions | void>); | ||
destroy(): void; | ||
@@ -29,0 +29,0 @@ handle(request: HttpRequest, { abortSignal }?: HttpHandlerOptions): Promise<{ |
{ | ||
"name": "@smithy/fetch-http-handler", | ||
"version": "2.3.0", | ||
"version": "2.3.1", | ||
"description": "Provides a way to make requests", | ||
@@ -5,0 +5,0 @@ "scripts": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
31529
6