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 2b36e16 commit 0d2fedaCopy full SHA for 0d2feda
src/index.tsx
@@ -6,7 +6,7 @@ import { request as httpsRequest } from 'https';
6
import {
7
ServerResponse,
8
request as httpRequest,
9
- IncomingHttpHeaders,
+ OutgoingHttpHeaders,
10
} from 'http';
11
12
import pb from '@bitpatty/imgproxy-url-builder';
@@ -21,7 +21,7 @@ type HandlerOptions = {
21
authToken?: string;
22
bucketWhitelist?: string[];
23
forwardedHeaders?: string[];
24
- requestHeaders?: IncomingHttpHeaders;
+ requestHeaders?: OutgoingHttpHeaders;
25
logging?: LoggerOptions;
26
};
27
0 commit comments