mirror of
https://github.com/n8n-io/n8n.git
synced 2026-05-28 15:27:03 +02:00
⚡ Add support for HEAD to HTTP Request Node
This commit is contained in:
parent
51afcd8ad5
commit
8ada4534ec
|
|
@ -119,6 +119,10 @@ export class Webhook implements INodeType {
|
|||
name: 'GET',
|
||||
value: 'GET',
|
||||
},
|
||||
{
|
||||
name: 'HEAD',
|
||||
value: 'HEAD',
|
||||
},
|
||||
{
|
||||
name: 'POST',
|
||||
value: 'POST',
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user