mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
⚡ Add support for HEAD to HTTP Request Node
This commit is contained in:
@@ -119,6 +119,10 @@ export class Webhook implements INodeType {
|
|||||||
name: 'GET',
|
name: 'GET',
|
||||||
value: 'GET',
|
value: 'GET',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: 'HEAD',
|
||||||
|
value: 'HEAD',
|
||||||
|
},
|
||||||
{
|
{
|
||||||
name: 'POST',
|
name: 'POST',
|
||||||
value: 'POST',
|
value: 'POST',
|
||||||
|
|||||||
Reference in New Issue
Block a user