mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
feat(HTTP Request Node): Option to provide SSL Certificates in Http Request Node (#9125)
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
This commit is contained in:
@@ -4,6 +4,7 @@ import type * as express from 'express';
|
||||
import type FormData from 'form-data';
|
||||
import type { PathLike } from 'fs';
|
||||
import type { IncomingHttpHeaders } from 'http';
|
||||
import type { SecureContextOptions } from 'tls';
|
||||
import type { Readable } from 'stream';
|
||||
import type { URLSearchParams } from 'url';
|
||||
|
||||
@@ -547,6 +548,8 @@ export interface IRequestOptions {
|
||||
|
||||
/** Max number of redirects to follow @default 21 */
|
||||
maxRedirects?: number;
|
||||
|
||||
agentOptions?: SecureContextOptions;
|
||||
}
|
||||
|
||||
export interface PaginationOptions {
|
||||
|
||||
Reference in New Issue
Block a user