mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
feat(HTTP Request Node): Determine binary file name from content-disposition headers (#7032)
Fixes: https://community.n8n.io/t/http-request-node-read-filename-from-content-disposition-header-when-downloading-files/13453 https://community.n8n.io/t/read-filename-from-content-disposition-header-when-downloading-files/22192
This commit is contained in:
committed by
GitHub
parent
25dc4d7825
commit
273d0913fe
@@ -57,5 +57,11 @@ declare module 'http' {
|
||||
rawBody: Buffer;
|
||||
readRawBody(): Promise<void>;
|
||||
_body: boolean;
|
||||
|
||||
// This gets added by the `follow-redirects` package
|
||||
responseUrl?: string;
|
||||
|
||||
// This is added to response objects for all outgoing requests
|
||||
req?: ClientRequest;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user